summaryrefslogtreecommitdiff
path: root/gdb/exec.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-30 11:29:17 -0600
committerTom Tromey <tom@tromey.com>2019-03-30 11:36:53 -0600
commit268f4c4cd7b229f7f23ebbf6006973ebe0a05888 (patch)
treec97516c90aa5bf6ccb54c494c275339d42dc03aa /gdb/exec.h
parentae2b14c73cd42b067e9687219155ed044210f0c1 (diff)
downloadbinutils-gdb-users/tromey/sort-includes.tar.gz
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;