diff options
Diffstat (limited to 'src/user/app/drawmouse')
-rw-r--r-- | src/user/app/drawmouse/drawmouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user/app/drawmouse/drawmouse.c b/src/user/app/drawmouse/drawmouse.c index 24aa55e..31a1255 100644 --- a/src/user/app/drawmouse/drawmouse.c +++ b/src/user/app/drawmouse/drawmouse.c @@ -1,11 +1,11 @@ #include <camellia.h> #include <camellia/syscalls.h> -#include <shared/container/ring.h> +#include <shared/ring.h> #include <stdbool.h> #include <stdio.h> #include <string.h> #include <unistd.h> -#include <user/lib/draw/draw.h> +#include <draw.h> #define MOUSE_SIZE 10 |