summaryrefslogtreecommitdiffstats
path: root/document/src/tests/feed_reject_helper_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/feed_reject_helper_test.cpp')
-rw-r--r--document/src/tests/feed_reject_helper_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/document/src/tests/feed_reject_helper_test.cpp b/document/src/tests/feed_reject_helper_test.cpp
index cb7dd710eaf..23ae0ad486f 100644
--- a/document/src/tests/feed_reject_helper_test.cpp
+++ b/document/src/tests/feed_reject_helper_test.cpp
@@ -20,14 +20,12 @@
#include <vespa/document/update/addvalueupdate.h>
#include <vespa/document/update/mapvalueupdate.h>
#include <vespa/document/update/assignvalueupdate.h>
-
#include <vespa/document/update/tensor_remove_update.h>
#include <vespa/document/update/tensor_modify_update.h>
#include <vespa/document/update/tensor_add_update.h>
#include <vespa/document/update/tensor_partial_update.h>
#include <vespa/document/util/feed_reject_helper.h>
-
-#include <gtest/gtest.h>
+#include <vespa/vespalib/gtest/gtest.h>
#include <gmock/gmock.h>