diff options
author | Marvin Borner | 2019-10-13 20:11:32 +0200 |
---|---|---|
committer | Marvin Borner | 2019-10-13 20:11:32 +0200 |
commit | 8754542ce074bef0984f91ce1b1cd8aff9b3d5e9 (patch) | |
tree | 66c6df9f2a2e9e4482ddfbce10490f706f78da33 /src/kernel/graphics/graphics.h | |
parent | 58804851fc49f6db1c87f791d39779766108efb0 (diff) |
Fixed all compiler warnings
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 |