diff options
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/tests/llerror_test.cpp | 15 | 
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; | 
