Skip to content
Snippets Groups Projects
Commit ad583afe authored by Adam Moss's avatar Adam Moss
Browse files

DEV-41354 #includes tidyup.

parent db6dff1d
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,17 @@ ...@@ -31,9 +31,17 @@
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
#include <vector>
#include "linden_common.h" #include "linden_common.h"
#include "../llerror.h" #include "../llerror.h"
#include "../llerrorcontrol.h"
#include "../llsd.h"
#include "../test/lltut.h"
namespace namespace
{ {
void test_that_error_h_includes_enough_things_to_compile_a_message() void test_that_error_h_includes_enough_things_to_compile_a_message()
...@@ -42,13 +50,6 @@ namespace ...@@ -42,13 +50,6 @@ namespace
} }
} }
#include "../test/lltut.h"
#include <vector>
#include "../llerrorcontrol.h"
#include "../llsd.h"
namespace namespace
{ {
static bool fatalWasCalled; static bool fatalWasCalled;
......
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