summaryrefslogtreecommitdiff
path: root/test/testfile.c
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-02-18 21:31:21 +0100
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-02-18 21:31:21 +0100
commit4c333ab1d8e95533fa0d490a765050fe0cd82700 (patch)
treee45250cff1df52c90c1aad25a5115afc11ac8cc9 /test/testfile.c
parent9eebae07584d093b24bc1aebb3266a2eb13fd3b5 (diff)
downloadsdl-4c333ab1d8e95533fa0d490a765050fe0cd82700.tar.gz
Removed redundant include statements from test programs.
The needed header files are already included with SDL.h. Still including them in the test programs is confusing because it somehow suggests they would be needed.
Diffstat (limited to 'test/testfile.c')
-rw-r--r--test/testfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testfile.c b/test/testfile.c
index 172da865c..38a6bb799 100644
--- a/test/testfile.c
+++ b/test/testfile.c
@@ -22,7 +22,6 @@
#endif
#include "SDL.h"
-#include "SDL_endian.h"
#include <stdio.h>