summaryrefslogtreecommitdiff
path: root/gdb/macroexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/macroexp.c')
-rw-r--r--gdb/macroexp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/macroexp.c b/gdb/macroexp.c
index 33a72a7271f..bd939c26d60 100644
--- a/gdb/macroexp.c
+++ b/gdb/macroexp.c
@@ -18,10 +18,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "gdb_obstack.h"
-#include "macrotab.h"
#include "macroexp.h"
+
+/* Local includes. */
#include "c-lang.h"
+#include "gdb_obstack.h"
+#include "macrotab.h"