summaryrefslogtreecommitdiff
path: root/src/dev/uart8250.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/uart8250.cc')
-rw-r--r--src/dev/uart8250.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/uart8250.cc b/src/dev/uart8250.cc
index a9446e6d5..3c97604fd 100644
--- a/src/dev/uart8250.cc
+++ b/src/dev/uart8250.cc
@@ -32,6 +32,8 @@
* Implements a 8250 UART
*/
+#include "dev/uart8250.hh"
+
#include <string>
#include <vector>
@@ -41,7 +43,6 @@
#include "debug/Uart.hh"
#include "dev/platform.hh"
#include "dev/terminal.hh"
-#include "dev/uart8250.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"