diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-09-14 02:18:42 +0300 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-10-09 19:08:30 -0700 |
commit | 1b7dae65d886ba777597555948cfcdac53045132 (patch) | |
tree | f76d4f8e4aa169bfc79e8cd718dbd75845ae027b /tests/fbo | |
parent | 4520ae8fc1ddbf46c75fa91e10c4a0be0f474ae8 (diff) |
tests: Remove direct includes of piglit-framework.h
This prepares for the next commit, which renames piglit-framework.h. All
modified files included piglit-framework.h transitively.
Reviewed-and-tested-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Tested-by: Paul Berry <stereotype441@gmail.com>
Acked-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/fbo')
-rw-r--r-- | tests/fbo/fbo-draw-buffers-blend.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-flushing-2.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-flushing.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-fragcoord2.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-scissor-bitmap.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-storage-completeness.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-storage-formats.c | 1 | ||||
-rw-r--r-- | tests/fbo/fbo-viewport.c | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/fbo/fbo-draw-buffers-blend.c b/tests/fbo/fbo-draw-buffers-blend.c index 30da3291d..60a54ad3b 100644 --- a/tests/fbo/fbo-draw-buffers-blend.c +++ b/tests/fbo/fbo-draw-buffers-blend.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-flushing-2.c b/tests/fbo/fbo-flushing-2.c index 42586c0c6..412bf1a9d 100644 --- a/tests/fbo/fbo-flushing-2.c +++ b/tests/fbo/fbo-flushing-2.c @@ -36,7 +36,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEX_WIDTH 8 #define TEX_HEIGHT 8 diff --git a/tests/fbo/fbo-flushing.c b/tests/fbo/fbo-flushing.c index 849e0a00b..936c7c3df 100644 --- a/tests/fbo/fbo-flushing.c +++ b/tests/fbo/fbo-flushing.c @@ -36,7 +36,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEX_WIDTH 128 #define TEX_HEIGHT 128 diff --git a/tests/fbo/fbo-fragcoord2.c b/tests/fbo/fbo-fragcoord2.c index 275a6d35b..f91fe90fc 100644 --- a/tests/fbo/fbo-fragcoord2.c +++ b/tests/fbo/fbo-fragcoord2.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 256 /*window_width*/, diff --git a/tests/fbo/fbo-scissor-bitmap.c b/tests/fbo/fbo-scissor-bitmap.c index 57693fa20..1f9bba638 100644 --- a/tests/fbo/fbo-scissor-bitmap.c +++ b/tests/fbo/fbo-scissor-bitmap.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 400 /*window_width*/, diff --git a/tests/fbo/fbo-storage-completeness.c b/tests/fbo/fbo-storage-completeness.c index 3f74ac14c..b5a87ab74 100644 --- a/tests/fbo/fbo-storage-completeness.c +++ b/tests/fbo/fbo-storage-completeness.c @@ -32,7 +32,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-storage-formats.c b/tests/fbo/fbo-storage-formats.c index 93f2f4d3f..15132f78f 100644 --- a/tests/fbo/fbo-storage-formats.c +++ b/tests/fbo/fbo-storage-formats.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-viewport.c b/tests/fbo/fbo-viewport.c index 6f07046cb..e1033d51d 100644 --- a/tests/fbo/fbo-viewport.c +++ b/tests/fbo/fbo-viewport.c @@ -30,7 +30,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 500 /*window_width*/, |