Skip to content
Snippets Groups Projects
Commit 6f44e1de authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Don't include linden_common.h in lldate.h, or any other .h files.

Migrate to the .cpp files where it's needed.
parent b52b97b6
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
#ifndef LL_LLDATE_H #ifndef LL_LLDATE_H
#define LL_LLDATE_H #define LL_LLDATE_H
#include "linden_common.h"
#include <iosfwd> #include <iosfwd>
#include <string> #include <string>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
#include "linden_common.h"
#include "../test/lltut.h" #include "../test/lltut.h"
#include "../llstring.h" #include "../llstring.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment