diff options
author | James Cook <james@lindenlab.com> | 2010-05-26 10:48:23 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-26 10:48:23 -0700 |
commit | 703cd608005a60a55963bb5920fd3bec113c7384 (patch) | |
tree | 1092289cbe316cc2c3e4b3cc470f2d640f4fc6c4 | |
parent | 640e3a2e9800bdcc772504953af17bd020c1c232 (diff) |
Clean up llurlmatch test headers
-rw-r--r-- | indra/llui/llurlmatch.h | 2 | ||||
-rw-r--r-- | indra/llui/tests/llurlmatch_test.cpp | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/indra/llui/llurlmatch.h b/indra/llui/llurlmatch.h index 92a87c3d4c..293935e251 100644 --- a/indra/llui/llurlmatch.h +++ b/indra/llui/llurlmatch.h @@ -34,7 +34,7 @@ #ifndef LL_LLURLMATCH_H #define LL_LLURLMATCH_H -#include "linden_common.h" +//#include "linden_common.h" #include <string> #include <vector> diff --git a/indra/llui/tests/llurlmatch_test.cpp b/indra/llui/tests/llurlmatch_test.cpp index e5d4c5b09d..10c44a9073 100644 --- a/indra/llui/tests/llurlmatch_test.cpp +++ b/indra/llui/tests/llurlmatch_test.cpp @@ -20,8 +20,10 @@ * $/LicenseInfo$ */ +#include "linden_common.h" + #include "../llurlmatch.h" -//#include "../lluiimage.h" +#include "../lluiimage.h" #include "lltut.h" // link seams |