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