summaryrefslogtreecommitdiffstats
path: root/juniper/src/test/auxTestApp.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-02 11:05:57 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-02 11:09:00 +0200
commitc62a40b368c3f87f2af75038974961e83a48a779 (patch)
tree557a2e2241ef5d19d4236067dd3c05a868752b7a /juniper/src/test/auxTestApp.cpp
parentc638dea6f73bb3b250326f2c386b18a2120abfc3 (diff)
misc cleanup from Baldersheim
* include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
Diffstat (limited to 'juniper/src/test/auxTestApp.cpp')
-rw-r--r--juniper/src/test/auxTestApp.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/juniper/src/test/auxTestApp.cpp b/juniper/src/test/auxTestApp.cpp
index 3f43c706d35..a9475998aa4 100644
--- a/juniper/src/test/auxTestApp.cpp
+++ b/juniper/src/test/auxTestApp.cpp
@@ -1,12 +1,11 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/vespalib/testkit/testapp.h>
#include "auxTest.h"
+#include <vespa/vespalib/testkit/testapp.h>
class AuxTestApp : public vespalib::TestApp
{
public:
- virtual int Main() override;
+ int Main() override;
};