diff options
Diffstat (limited to 'src/graphics/drawer.c')
-rw-r--r-- | src/graphics/drawer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics/drawer.c b/src/graphics/drawer.c index 04d3e89..35aea32 100644 --- a/src/graphics/drawer.c +++ b/src/graphics/drawer.c @@ -1,5 +1,5 @@ -#include "../graphics/drawer.h" -#include "../graphics/lfb.h" +#include <graphics/drawer.h> +#include <graphics/lfb.h> #define GRAPHICS_DRAWER_C struct Drawer g_Drawer = {.x = 0, .y = 0}; |