diff options
author | malc | 2009-07-08 16:25:37 +0200 |
---|---|---|
committer | malc | 2009-07-08 16:25:37 +0200 |
commit | e2b19c85ea0f3fd6091386adfd3a2acd21107cb4 (patch) | |
tree | 621f97e50af6d88a96533fec18c5a3a02c984e0d | |
parent | Add out of memory and zero size argument checks to be consistent with (diff) | |
download | qemu-e2b19c85ea0f3fd6091386adfd3a2acd21107cb4.tar.gz qemu-e2b19c85ea0f3fd6091386adfd3a2acd21107cb4.tar.xz qemu-e2b19c85ea0f3fd6091386adfd3a2acd21107cb4.zip |
Remove SDL/ prefix
-rw-r--r-- | sdl_zoom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_zoom.h b/sdl_zoom.h index 9bc13ae05a..74955bc944 100644 --- a/sdl_zoom.h +++ b/sdl_zoom.h @@ -14,7 +14,7 @@ #ifndef SDL_zoom_h #define SDL_zoom_h -#include <SDL/SDL.h> +#include <SDL.h> #define SMOOTHING_OFF 0 #define SMOOTHING_ON 1 |