1

fix imports

This commit is contained in:
2022-07-11 19:29:53 +02:00
parent ec084d3aca
commit 36f0001c73
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "devices/CGA.h"
#include "devices/Keyboard.h"
#include "lib/ScrollbackBuffer.h"
#include "user/ScrollbackBuffer.h"
#include <memory>
// NOTE: I added this file, I will probably replace this in the end by an application

View File

@ -15,7 +15,7 @@
#define __CGA_include__
#include "kernel/IOport.h"
#include "lib/MyStdLib.h"
#include "user/MyLib.h"
class CGA {
private: