diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-22 03:28:49 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-22 03:28:49 +0200 |
| commit | fceb15b1d325a7bb0bcab8993a1057cb991172e8 (patch) | |
| tree | ca95bf9b600d8687f2f6307628db4066e485119a /kernel/syscalls.c | |
| parent | a6184be79e3918764d5e683796afbd8e8ccba018 (diff) | |
support for fg and bg color escape sequences
Diffstat (limited to 'kernel/syscalls.c')
| -rw-r--r-- | kernel/syscalls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c index 7ad977e..67a8aa6 100644 --- a/kernel/syscalls.c +++ b/kernel/syscalls.c @@ -5,7 +5,6 @@ #include "fs/ext2.h" #include "kernel/kernel.h" #include "kernel/config.h" -#include "terminal/vt52.h" #include <sys/stat.h> #include <stdbool.h> #include <stddef.h> |
