summaryrefslogtreecommitdiff
path: root/test/testatomic.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/testatomic.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/testatomic.c')
-rw-r--r--test/testatomic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index 662a017ca..178de7ac1 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -12,9 +12,6 @@
#include <stdio.h>
#include "SDL.h"
-#include "SDL_atomic.h"
-#include "SDL_assert.h"
-#include "SDL_cpuinfo.h"
/*
Absolutely basic tests just to see if we get the expected value