summaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/allocfree/creatingmanythreads.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-22 13:36:12 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-06 23:21:16 +0100
commit991a5fdd1ba1cfd6a903e2702fb39fd8c5ce75aa (patch)
tree270892b38f5f579e297d135e7c06b4d1ecfc50fc /vespamalloc/src/tests/allocfree/creatingmanythreads.cpp
parent79afdc98aa39671938eb3d6aeefacceecb08969f (diff)
Do not include what you do not need.
Diffstat (limited to 'vespamalloc/src/tests/allocfree/creatingmanythreads.cpp')
-rw-r--r--vespamalloc/src/tests/allocfree/creatingmanythreads.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vespamalloc/src/tests/allocfree/creatingmanythreads.cpp b/vespamalloc/src/tests/allocfree/creatingmanythreads.cpp
index 53de3f274cc..86da05311c6 100644
--- a/vespamalloc/src/tests/allocfree/creatingmanythreads.cpp
+++ b/vespamalloc/src/tests/allocfree/creatingmanythreads.cpp
@@ -1,8 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-#include <vespa/fastos/fastos.h>
#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/log/log.h>
LOG_SETUP("creatingmanythreads_test");
TEST_SETUP(Test);