From ad583afe2caf05a8cb4b4f6409d9157153a26a22 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:12:10 +0000 Subject: DEV-41354 #includes tidyup. --- indra/llcommon/tests/llerror_test.cpp | 15 ++++++++------- 1 file 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 + #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 - -#include "../llerrorcontrol.h" -#include "../llsd.h" - namespace { static bool fatalWasCalled; -- cgit v1.2.3