diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-10-20 08:53:18 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-10-20 08:53:18 -0400 |
commit | 6f44e1de9bc22b9f944686472e7e46239c14c225 (patch) | |
tree | 2cece1dd552fd20665a7a768211f42a22dd790c1 /indra | |
parent | b52b97b6e1fa1ac709ba951c32ff422ed55fbdf1 (diff) |
Don't include linden_common.h in lldate.h, or any other .h files.
Migrate to the .cpp files where it's needed.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/lldate.h | 2 | ||||
-rw-r--r-- | indra/llcommon/tests/llstring_test.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
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" |