From 6f44e1de9bc22b9f944686472e7e46239c14c225 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 20 Oct 2009 08:53:18 -0400
Subject: Don't include linden_common.h in lldate.h, or any other .h files.
 Migrate to the .cpp files where it's needed.

---
 indra/llcommon/lldate.h                | 2 --
 indra/llcommon/tests/llstring_test.cpp | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

(limited to 'indra/llcommon')

diff --git a/indra/llcommon/lldate.h b/indra/llcommon/lldate.h
index 5c28a076cd..5b1ec9295f 100644
--- a/indra/llcommon/lldate.h
+++ b/indra/llcommon/lldate.h
@@ -35,8 +35,6 @@
 #ifndef LL_LLDATE_H
 #define LL_LLDATE_H
 
-#include "linden_common.h"
-
 #include <iosfwd>
 #include <string>
 
diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp
index 6a2ebc61f5..beba55416a 100644
--- a/indra/llcommon/tests/llstring_test.cpp
+++ b/indra/llcommon/tests/llstring_test.cpp
@@ -32,6 +32,7 @@
  * $/LicenseInfo$
  */
 
+#include "linden_common.h"
 #include "../test/lltut.h"
 
 #include "../llstring.h"
-- 
cgit v1.2.3