summaryrefslogtreecommitdiff
path: root/src/client/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/screen.c')
-rw-r--r--src/client/screen.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/screen.c b/src/client/screen.c
index 730476e..8a3c29c 100644
--- a/src/client/screen.c
+++ b/src/client/screen.c
@@ -2,12 +2,12 @@
#include <stdlib.h>
#include <assert.h>
-#include "base/main.h"
-#include "base/list.h"
+#include "main.h"
+#include "list.h"
-#include "client/interface.h"
-#include "client/screen.h"
-#include "client/layer.h"
+#include "interface.h"
+#include "screen.h"
+#include "layer.h"
static screen_t *currentScreen;
static list_t *listScreen;