summaryrefslogtreecommitdiff
path: root/gdb/dictionary.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dictionary.c')
-rw-r--r--gdb/dictionary.c16
1 files changed, 12 insertions, 4 deletions
diff --git a/gdb/dictionary.c b/gdb/dictionary.c
index 88eff2fa439..56b2766a38f 100644
--- a/gdb/dictionary.c
+++ b/gdb/dictionary.c
@@ -21,13 +21,21 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+#include "dictionary.h"
+
+/* Standard C includes. */
#include <ctype.h>
+
+/* Standard C++ includes. */
+#include <unordered_map>
+
+/* Local non-gdb includes. */
+#include "safe-ctype.h"
+
+/* Local includes. */
+#include "buildsym.h"
#include "gdb_obstack.h"
#include "symtab.h"
-#include "buildsym.h"
-#include "dictionary.h"
-#include "safe-ctype.h"
-#include <unordered_map>
/* This file implements dictionaries, which are tables that associate
symbols to names. They are represented by an opaque type 'struct