fix imports
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "devices/CGA.h"
|
#include "devices/CGA.h"
|
||||||
#include "devices/Keyboard.h"
|
#include "devices/Keyboard.h"
|
||||||
#include "lib/ScrollbackBuffer.h"
|
#include "user/ScrollbackBuffer.h"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
// NOTE: I added this file, I will probably replace this in the end by an application
|
// NOTE: I added this file, I will probably replace this in the end by an application
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
#define __CGA_include__
|
#define __CGA_include__
|
||||||
|
|
||||||
#include "kernel/IOport.h"
|
#include "kernel/IOport.h"
|
||||||
#include "lib/MyStdLib.h"
|
#include "user/MyLib.h"
|
||||||
|
|
||||||
class CGA {
|
class CGA {
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user