diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-06 05:46:39 -0500 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-06 05:46:39 -0500 |
commit | a0e4658f80dc4d64db4dbe0ae3d6b191cc9ccf8e (patch) | |
tree | 20039f0ce36ac639617111ea7b8620349af3844e /libwinnie/src/sdl/event.cc | |
parent | 906913017f569363bed0657458f285a93c062221 (diff) |
clean
Diffstat (limited to 'libwinnie/src/sdl/event.cc')
-rw-r--r-- | libwinnie/src/sdl/event.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libwinnie/src/sdl/event.cc b/libwinnie/src/sdl/event.cc index 889e153..5835704 100644 --- a/libwinnie/src/sdl/event.cc +++ b/libwinnie/src/sdl/event.cc @@ -23,9 +23,9 @@ Author: Eleni Maria Stea <elene.mst@gmail.com> #include <stdlib.h> #include <SDL/SDL.h> -#include "event.h" -#include "keyboard.h" -#include "mouse.h" +#include "sdl/event.h" +#include "sdl/keyboard.h" +#include "sdl/mouse.h" #include "wm.h" enum { |