summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/compile/compile-object-run.c')
-rw-r--r--gdb/compile/compile-object-run.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/gdb/compile/compile-object-run.c b/gdb/compile/compile-object-run.c
index 82b839336ba..3693608d00c 100644
--- a/gdb/compile/compile-object-run.c
+++ b/gdb/compile/compile-object-run.c
@@ -18,15 +18,19 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "compile-object-run.h"
-#include "value.h"
-#include "infcall.h"
-#include "objfiles.h"
+#include "compile/compile-object-run.h"
+
+/* Local non-gdb includes. */
#include "compile-internal.h"
-#include "dummy-frame.h"
+#include "compile.h"
+
+/* Local includes. */
#include "block.h"
+#include "dummy-frame.h"
+#include "infcall.h"
+#include "objfiles.h"
#include "valprint.h"
-#include "compile.h"
+#include "value.h"
/* Helper for do_module_cleanup. */