summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2009-10-15 18:12:10 +0000
committerAdam Moss <moss@lindenlab.com>2009-10-15 18:12:10 +0000
commitad583afe2caf05a8cb4b4f6409d9157153a26a22 (patch)
treeef9661d7b931002600e4930f5eb8fd77d20e4297
parentdb6dff1d1f1a3ba178cd24095a2bc0c56b63f0a9 (diff)
DEV-41354 #includes tidyup.
-rw-r--r--indra/llcommon/tests/llerror_test.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp
index 930047e164..8055647b94 100644
--- a/indra/llcommon/tests/llerror_test.cpp
+++ b/indra/llcommon/tests/llerror_test.cpp
@@ -31,9 +31,17 @@
* $/LicenseInfo$
*/
+#include <vector>
+
#include "linden_common.h"
+
#include "../llerror.h"
+#include "../llerrorcontrol.h"
+#include "../llsd.h"
+
+#include "../test/lltut.h"
+
namespace
{
void test_that_error_h_includes_enough_things_to_compile_a_message()
@@ -42,13 +50,6 @@ namespace
}
}
-#include "../test/lltut.h"
-
-#include <vector>
-
-#include "../llerrorcontrol.h"
-#include "../llsd.h"
-
namespace
{
static bool fatalWasCalled;