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/texturing/tex-skipped-unit.c | |
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/texturing/tex-skipped-unit.c')
-rw-r--r-- | tests/texturing/tex-skipped-unit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/texturing/tex-skipped-unit.c b/tests/texturing/tex-skipped-unit.c index 19c9ad92e..14ddcee56 100644 --- a/tests/texturing/tex-skipped-unit.c +++ b/tests/texturing/tex-skipped-unit.c @@ -26,7 +26,6 @@ * Test of ATI_envmap_bumpmap texture combiners. */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #define TEXSIZE 32 |