summaryrefslogtreecommitdiff
path: root/src/base/debug.cc
diff options
context:
space:
mode:
authorBrandon Potter <brandon.potter@amd.com>2016-11-09 14:27:37 -0600
committerBrandon Potter <brandon.potter@amd.com>2016-11-09 14:27:37 -0600
commit7a8dda49a4ec33be17bbd101ebd68e02562b9c3d (patch)
tree98b3bb80b66ebe424af78671c604bf0483f3db2d /src/base/debug.cc
parent63bb17e4bd1d37aa22a87a9614957ce1302f95a9 (diff)
downloadgem5-7a8dda49a4ec33be17bbd101ebd68e02562b9c3d.tar.xz
style: [patch 1/22] use /r/3648/ to reorganize includes
Diffstat (limited to 'src/base/debug.cc')
-rw-r--r--src/base/debug.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/debug.cc b/src/base/debug.cc
index 6161c9e82..6be9cdff5 100644
--- a/src/base/debug.cc
+++ b/src/base/debug.cc
@@ -28,6 +28,8 @@
* Authors: Nathan Binkert
*/
+#include "base/debug.hh"
+
#include <sys/types.h>
#include <unistd.h>
@@ -35,7 +37,6 @@
#include <csignal>
#include "base/cprintf.hh"
-#include "base/debug.hh"
#include "base/misc.hh"
using namespace std;