aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-18 13:57:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:53 +0000
commit921ccb73f230c49f6e816a561f0e4f203e54d297 (patch)
tree9506af4da5d14a96979ddbdd695b993588215e99 /vespalib
parente4c69ac17281c8157eb3dad87b6a3c40b39c6daf (diff)
Do not carry exceptions in header files
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/io/fileutil/fileutiltest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/vespalib/src/tests/io/fileutil/fileutiltest.cpp b/vespalib/src/tests/io/fileutil/fileutiltest.cpp
index ab732f0588b..3fb1de0ee8e 100644
--- a/vespalib/src/tests/io/fileutil/fileutiltest.cpp
+++ b/vespalib/src/tests/io/fileutil/fileutiltest.cpp
@@ -1,12 +1,10 @@
// 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/log/log.h>
-LOG_SETUP("fileutil_test");
#include <vespa/vespalib/io/fileutil.h>
#include <vespa/vespalib/testkit/test_kit.h>
#include <iostream>
#include <vector>
#include <regex>
+#include <vespa/vespalib/util/exceptions.h>
namespace vespalib {