Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / dictionary.c
index 88eff2fa439a2a4c60d5db0687ba5b07f26271d5..b4b544b394231e28bff0787ec5ef270b1f8ff9dc 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
+
+/* Standard C includes.  */
 #include <ctype.h>
-#include "gdb_obstack.h"
-#include "symtab.h"
+
+/* Standard C++ includes.  */
+#include <unordered_map>
+
+/* Local non-gdb includes.  */
 #include "buildsym.h"
 #include "dictionary.h"
+#include "gdb_obstack.h"
 #include "safe-ctype.h"
-#include <unordered_map>
+#include "symtab.h"
 
 /* This file implements dictionaries, which are tables that associate
    symbols to names.  They are represented by an opaque type 'struct
This page took 0.025236 seconds and 4 git commands to generate.