Skip to content
Snippets Groups Projects
Commit 0639dd85 authored by Takuya ASADA's avatar Takuya ASADA Committed by Pekka Enberg
Browse files

console: add vga.hh include


isa-serial.hh don't need to include vga.hh, but it's required on
console.cc, so move it.

Signed-off-by: default avatarTakuya ASADA <syuu@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent a07a7dfc
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include "isa-serial.hh" #include "isa-serial.hh"
#include "vga.hh"
#include "debug-console.hh" #include "debug-console.hh"
#include "drivers/clock.hh" #include "drivers/clock.hh"
#include <termios.h> #include <termios.h>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#define DRIVERS_ISA_SERIAL_HH #define DRIVERS_ISA_SERIAL_HH
#include "console.hh" #include "console.hh"
#include "vga.hh"
#include "drivers/pci.hh" #include "drivers/pci.hh"
#include "sched.hh" #include "sched.hh"
#include "interrupt.hh" #include "interrupt.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment