aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-07-08 18:25:37 +0400
committermalc <av1474@comtv.ru>2009-07-08 18:25:37 +0400
commite2b19c85ea0f3fd6091386adfd3a2acd21107cb4 (patch)
tree621f97e50af6d88a96533fec18c5a3a02c984e0d
parentAdd out of memory and zero size argument checks to be consistent with (diff)
downloadqemu-kvm-e2b19c85ea0f3fd6091386adfd3a2acd21107cb4.tar.gz
qemu-kvm-e2b19c85ea0f3fd6091386adfd3a2acd21107cb4.tar.bz2
qemu-kvm-e2b19c85ea0f3fd6091386adfd3a2acd21107cb4.zip
Remove SDL/ prefix
-rw-r--r--sdl_zoom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_zoom.h b/sdl_zoom.h
index 9bc13ae05..74955bc94 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