summaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-04 17:36:32 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-04 17:36:32 +0100
commitb3d1abeb378c2cbbc7fa8fc7e5facb42c703ab7f (patch)
tree03db6da97b102b7b1fd8e9e1b96dda4387cd366f /memfilepersistence
parentf2e6790f4db230e61fbd2e433cf5b07a14a73d1e (diff)
Random code unification when file was visited.
Diffstat (limited to 'memfilepersistence')
-rw-r--r--memfilepersistence/src/tests/spi/simplememfileiobuffertest.cpp1
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/mapper/simplememfileiobuffer.h6
2 files changed, 3 insertions, 4 deletions
diff --git a/memfilepersistence/src/tests/spi/simplememfileiobuffertest.cpp b/memfilepersistence/src/tests/spi/simplememfileiobuffertest.cpp
index af0466fafe7..d7dc3354316 100644
--- a/memfilepersistence/src/tests/spi/simplememfileiobuffertest.cpp
+++ b/memfilepersistence/src/tests/spi/simplememfileiobuffertest.cpp
@@ -1,6 +1,5 @@
// 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/memfilepersistence/mapper/simplememfileiobuffer.h>
#include <vespa/vdstestlib/cppunit/macros.h>
#include <tests/spi/memfiletestutils.h>
diff --git a/memfilepersistence/src/vespa/memfilepersistence/mapper/simplememfileiobuffer.h b/memfilepersistence/src/vespa/memfilepersistence/mapper/simplememfileiobuffer.h
index fa5436bdeaa..4628291352e 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/mapper/simplememfileiobuffer.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/mapper/simplememfileiobuffer.h
@@ -1,14 +1,14 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
+#include "buffer.h"
+#include "fileinfo.h"
+#include "versionserializer.h"
#include <vespa/memfilepersistence/memfile/memfileiointerface.h>
-#include <vespa/memfilepersistence/mapper/buffer.h>
#include <vespa/document/fieldvalue/document.h>
#include <vespa/vespalib/io/fileutil.h>
-#include <vespa/memfilepersistence/mapper/fileinfo.h>
#include <vespa/vespalib/util/exception.h>
#include <vespa/vespalib/util/alloc.h>
-#include <vespa/memfilepersistence/mapper/versionserializer.h>
#include <vespa/vespalib/objects/nbostream.h>
namespace storage {