From d88eef4f629682b7fe80b1888dbc1e96960ba28c Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 1 Dec 2016 14:52:48 +0100 Subject: Include asciistream in implementation only. --- .../src/vespa/memfilepersistence/device/partitionmonitor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'memfilepersistence') diff --git a/memfilepersistence/src/vespa/memfilepersistence/device/partitionmonitor.cpp b/memfilepersistence/src/vespa/memfilepersistence/device/partitionmonitor.cpp index db1e61bc24e..dfca9dc7d27 100644 --- a/memfilepersistence/src/vespa/memfilepersistence/device/partitionmonitor.cpp +++ b/memfilepersistence/src/vespa/memfilepersistence/device/partitionmonitor.cpp @@ -1,11 +1,10 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -#include #include - -#include #include +#include +#include LOG_SETUP(".persistence.device.partition.monitor"); namespace storage { -- cgit v1.2.3