summaryrefslogtreecommitdiff
path: root/gdb/macrotab.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/macrotab.c')
-rw-r--r--gdb/macrotab.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/gdb/macrotab.c b/gdb/macrotab.c
index 90f29439c09..63e449ac265 100644
--- a/gdb/macrotab.c
+++ b/gdb/macrotab.c
@@ -18,16 +18,20 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "gdb_obstack.h"
-#include "splay-tree.h"
-#include "filenames.h"
-#include "symtab.h"
-#include "symfile.h"
-#include "objfiles.h"
#include "macrotab.h"
+
+/* Local non-gdb includes. */
+#include "filenames.h"
+#include "splay-tree.h"
+
+/* Local includes. */
#include "bcache.h"
#include "complaints.h"
+#include "gdb_obstack.h"
#include "macroexp.h"
+#include "objfiles.h"
+#include "symfile.h"
+#include "symtab.h"
/* The macro table structure. */