summaryrefslogtreecommitdiff
path: root/indra/test/lltut.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/test/lltut.h')
-rw-r--r--indra/test/lltut.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/test/lltut.h b/indra/test/lltut.h
index 51e2ee2709..6d50ebad33 100644
--- a/indra/test/lltut.h
+++ b/indra/test/lltut.h
@@ -35,13 +35,13 @@
#ifndef LL_LLTUT_H
#define LL_LLTUT_H
-#include <tut/tut.hpp>
-
-#include "lldate.h"
-#include "lluri.h"
#include "llmath.h"
+#include <tut/tut.hpp>
+
+class LLDate;
class LLSD;
+class LLURI;
namespace tut
{