From a222a37083bf74b4b2992e91a4ec90921b0cc2bf Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 8 Jun 2017 13:27:29 +0200 Subject: Only include what you really need --- vespalib/src/vespa/vespalib/trace/tracenode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vespalib') diff --git a/vespalib/src/vespa/vespalib/trace/tracenode.h b/vespalib/src/vespa/vespalib/trace/tracenode.h index fbb428c43d2..e425ebd564a 100644 --- a/vespalib/src/vespa/vespalib/trace/tracenode.h +++ b/vespalib/src/vespa/vespalib/trace/tracenode.h @@ -1,8 +1,8 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once -#include #include +#include namespace vespalib { @@ -25,7 +25,7 @@ private: TraceNode *_parent; bool _strict; bool _hasNote; - string _note; + string _note; std::vector _children; int64_t _timestamp; -- cgit v1.2.3