summaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-10-10 20:16:54 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-10-10 20:16:54 +0200
commit76b78817fd6b547144bc0f01a9a75faeb78a46c1 (patch)
tree59b0295711179aca8db32ed169a801e1241e3ecc /memfilepersistence
parentc355f4c97a5455f46ff9c779b6320060f67211d0 (diff)
Update include path.
Diffstat (limited to 'memfilepersistence')
-rw-r--r--memfilepersistence/src/tests/helper/testhelper.cpp2
-rw-r--r--memfilepersistence/src/tests/spi/memfiletestutils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/memfilepersistence/src/tests/helper/testhelper.cpp b/memfilepersistence/src/tests/helper/testhelper.cpp
index 39bd1d0968b..13950026b22 100644
--- a/memfilepersistence/src/tests/helper/testhelper.cpp
+++ b/memfilepersistence/src/tests/helper/testhelper.cpp
@@ -1,6 +1,6 @@
// 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 <tests/testhelper.h>
+#include <tests/helper/testhelper.h>
#include <vespa/log/log.h>
#include <vespa/vespalib/io/fileutil.h>
diff --git a/memfilepersistence/src/tests/spi/memfiletestutils.h b/memfilepersistence/src/tests/spi/memfiletestutils.h
index a13b902a214..796294fcaa3 100644
--- a/memfilepersistence/src/tests/spi/memfiletestutils.h
+++ b/memfilepersistence/src/tests/spi/memfiletestutils.h
@@ -13,7 +13,7 @@
#pragma once
#include <vespa/memfilepersistence/memfile/memfilecache.h>
-#include <tests/testhelper.h>
+#include <tests/helper/testhelper.h>
#include <vespa/persistence/spi/persistenceprovider.h>
#include <vespa/memfilepersistence/spi/memfilepersistenceprovider.h>
#include <vespa/document/base/testdocman.h>