summaryrefslogtreecommitdiff
path: root/gdb/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.h')
-rw-r--r--gdb/exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/exec.h b/gdb/exec.h
index e9af4802872..3778a7e32f1 100644
--- a/gdb/exec.h
+++ b/gdb/exec.h
@@ -20,10 +20,10 @@
#ifndef EXEC_H
#define EXEC_H
-#include "target.h"
-#include "progspace.h"
#include "memrange.h"
+#include "progspace.h"
#include "symfile-add-flags.h"
+#include "target.h"
struct target_section;
struct target_ops;