[Piglit] [PATCH 10/19] glean: Remove unused timer.h includes from various tests.
Kenneth Graunke
kenneth at whitecape.org
Mon Dec 31 18:40:59 PST 2012
These don't appear to use the Timer functionality, so there's no need to
include it.
---
tests/glean/tshaderapi.cpp | 1 -
tests/glean/ttexcombine4.cpp | 1 -
tests/glean/ttexswizzle.cpp | 1 -
tests/glean/tvertarraybgra.cpp | 1 -
4 files changed, 4 deletions(-)
diff --git a/tests/glean/tshaderapi.cpp b/tests/glean/tshaderapi.cpp
index 8612044..8a1edca 100644
--- a/tests/glean/tshaderapi.cpp
+++ b/tests/glean/tshaderapi.cpp
@@ -34,7 +34,6 @@
#include <cstring>
#include "tshaderapi.h"
#include "rand.h"
-#include "timer.h"
#include "image.h"
diff --git a/tests/glean/ttexcombine4.cpp b/tests/glean/ttexcombine4.cpp
index 1173d52..c35a271 100644
--- a/tests/glean/ttexcombine4.cpp
+++ b/tests/glean/ttexcombine4.cpp
@@ -43,7 +43,6 @@
#include <cmath>
#include <cstring>
#include "ttexcombine4.h"
-#include "timer.h"
namespace GLEAN {
diff --git a/tests/glean/ttexswizzle.cpp b/tests/glean/ttexswizzle.cpp
index ca56d93..3a92b03 100644
--- a/tests/glean/ttexswizzle.cpp
+++ b/tests/glean/ttexswizzle.cpp
@@ -41,7 +41,6 @@
#include <stdlib.h>
#include "ttexswizzle.h"
#include "rand.h"
-#include "timer.h"
#include "image.h"
diff --git a/tests/glean/tvertarraybgra.cpp b/tests/glean/tvertarraybgra.cpp
index 05e03bc..3852b2e 100644
--- a/tests/glean/tvertarraybgra.cpp
+++ b/tests/glean/tvertarraybgra.cpp
@@ -40,7 +40,6 @@
#include <cstring>
#include "tvertarraybgra.h"
#include "rand.h"
-#include "timer.h"
#include "image.h"
--
1.8.0.3
More information about the Piglit
mailing list