cleanup code
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "cga.h"
|
||||
#include "arch/ioport.h"
|
||||
#include "../debug/output.h"
|
||||
#include "../arch/ioport.h"
|
||||
|
||||
namespace CGA {
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "textwindow.h"
|
||||
#include "cga.h"
|
||||
#include "../utils/string.h"
|
||||
#include "../debug/output.h"
|
||||
|
||||
TextWindow::TextWindow(unsigned from_col, unsigned to_col, unsigned from_row,
|
||||
unsigned to_row, bool use_cursor) {
|
||||
|
||||
Reference in New Issue
Block a user