summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-08-23 15:22:12 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-08-23 15:22:12 +0200
commitb8ae6bfff7c69d454e04b51b4aee4e6c4607cee1 (patch)
tree7120208c2a3dae4e3078182e977104381d3aee90 /vespalib
parentec52287f15d6304b44976d77a94590df0a6a7498 (diff)
Trim down include.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/datastore/unique_store_saver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/unique_store_saver.h b/vespalib/src/vespa/vespalib/datastore/unique_store_saver.h
index d90f6dab16b..2486441911d 100644
--- a/vespalib/src/vespa/vespalib/datastore/unique_store_saver.h
+++ b/vespalib/src/vespa/vespalib/datastore/unique_store_saver.h
@@ -2,7 +2,7 @@
#pragma once
-#include "unique_store.h"
+#include "unique_store_dictionary_base.h"
namespace search::datastore {