summaryrefslogtreecommitdiff
path: root/src/dev/uart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/uart.cc')
-rw-r--r--src/dev/uart.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/uart.cc b/src/dev/uart.cc
index f232f0f28..01900445f 100644
--- a/src/dev/uart.cc
+++ b/src/dev/uart.cc
@@ -32,9 +32,10 @@
* Implements a base class for UARTs
*/
+#include "dev/uart.hh"
+
#include "dev/platform.hh"
#include "dev/terminal.hh"
-#include "dev/uart.hh"
using namespace std;