renamings
This commit is contained in:
2
c_os/devices/CGA.h
Normal file → Executable file
2
c_os/devices/CGA.h
Normal file → Executable file
@ -15,7 +15,7 @@
|
||||
#define __CGA_include__
|
||||
|
||||
#include "kernel/IOport.h"
|
||||
#include "user/MyLib.h"
|
||||
#include "user/lib/MyLib.h"
|
||||
|
||||
class CGA {
|
||||
private:
|
||||
|
||||
2
c_os/user/ScrollbackBuffer.h
Normal file → Executable file
2
c_os/user/ScrollbackBuffer.h
Normal file → Executable file
@ -2,7 +2,7 @@
|
||||
#define __SCROLLBACKBUFFER_INCLUDE_H_
|
||||
|
||||
#include "devices/CGA.h"
|
||||
#include "user/MyLib.h"
|
||||
#include "user/lib/MyLib.h"
|
||||
#include <memory>
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user