diff options
Diffstat (limited to 'src/kernel/graphics/graphics.h')
-rw-r--r-- | src/kernel/graphics/graphics.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/kernel/graphics/graphics.h b/src/kernel/graphics/graphics.h index 118fe50..baa054a 100644 --- a/src/kernel/graphics/graphics.h +++ b/src/kernel/graphics/graphics.h @@ -1,9 +1,8 @@ -#ifndef MELVIX_VGA_H -#define MELVIX_VGA_H +#ifndef MELVIX_GRAPHICS_H +#define MELVIX_GRAPHICS_H #include <stddef.h> #include <stdint.h> -#include "vesa.h" /** * Linked table of colors and hardware color codes |