summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-24 01:12:35 -0800
committerVinson Lee <vlee@vmware.com>2010-12-24 01:12:35 -0800
commit5a4529ce92ffb880d5546dec944ddbd429253218 (patch)
treed5ab886c87bcbfdad7b9202f3871966eeb9d90e5
parent680323eef7d582bac8285a774484d2d68b674241 (diff)
glean: Remove unnecessary headers.
-rw-r--r--tests/glean/geomrend.cpp2
-rw-r--r--tests/glean/test.cpp2
-rw-r--r--tests/glean/tfpexceptions.cpp1
-rw-r--r--tests/glean/tmaskedclear.cpp2
-rw-r--r--tests/glean/tvtxperf.cpp1
5 files changed, 0 insertions, 8 deletions
diff --git a/tests/glean/geomrend.cpp b/tests/glean/geomrend.cpp
index fceb24d75..4d6d0859f 100644
--- a/tests/glean/geomrend.cpp
+++ b/tests/glean/geomrend.cpp
@@ -35,12 +35,10 @@
// methods stuffed in a display list.
#include "geomrend.h"
-#include "rand.h"
#include "glutils.h"
#include <algorithm>
#include <iostream>
#include <cmath>
-#include <float.h>
#include <cassert>
using namespace std;
diff --git a/tests/glean/test.cpp b/tests/glean/test.cpp
index 02bd16c51..5d178b28b 100644
--- a/tests/glean/test.cpp
+++ b/tests/glean/test.cpp
@@ -36,11 +36,9 @@
#include <iostream>
#include "dsconfig.h"
-#include "dsfilt.h"
#include "dsurf.h"
#include "winsys.h"
#include "environ.h"
-#include "rc.h"
#include "test.h"
namespace GLEAN {
diff --git a/tests/glean/tfpexceptions.cpp b/tests/glean/tfpexceptions.cpp
index 2038007a7..acc170fd4 100644
--- a/tests/glean/tfpexceptions.cpp
+++ b/tests/glean/tfpexceptions.cpp
@@ -29,7 +29,6 @@
// Authors: Brian Paul, Keith Whitwell
#include "tfpexceptions.h"
-#include <cassert>
#include <cmath>
#define INCLUDE_FPU_CONTROL 0
diff --git a/tests/glean/tmaskedclear.cpp b/tests/glean/tmaskedclear.cpp
index b8fd6f9ec..a3fa72364 100644
--- a/tests/glean/tmaskedclear.cpp
+++ b/tests/glean/tmaskedclear.cpp
@@ -29,8 +29,6 @@
// tmaskedclear.cpp: Test color/index masking with glClear.
#include "tmaskedclear.h"
-#include "rand.h"
-#include "image.h"
namespace GLEAN {
diff --git a/tests/glean/tvtxperf.cpp b/tests/glean/tvtxperf.cpp
index fa5bd877d..90f9b3389 100644
--- a/tests/glean/tvtxperf.cpp
+++ b/tests/glean/tvtxperf.cpp
@@ -31,7 +31,6 @@
#include "tvtxperf.h"
#include "geomutil.h"
#include "timer.h"
-#include "rand.h"
#include "image.h"
#include "codedid.h"
#include "treadpix.h"