From 8754542ce074bef0984f91ce1b1cd8aff9b3d5e9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 13 Oct 2019 20:11:32 +0200 Subject: Fixed all compiler warnings --- src/kernel/graphics/graphics.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/kernel/graphics/graphics.h') 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 #include -#include "vesa.h" /** * Linked table of colors and hardware color codes -- cgit v1.2.3