aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_sdl.c')
-rw-r--r--frontend/plat_sdl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/plat_sdl.c b/frontend/plat_sdl.c
index 08afd70..b5d1c86 100644
--- a/frontend/plat_sdl.c
+++ b/frontend/plat_sdl.c
@@ -10,9 +10,10 @@
#include <stdio.h>
#include <SDL.h>
-#include "common/input.h"
-#include "common/in_sdl.h"
-#include "common/menu.h"
+
+#include "libpicofe/input.h"
+#include "libpicofe/in_sdl.h"
+#include "libpicofe/menu.h"
#include "plugin_lib.h"
#include "main.h"
#include "plat.h"