summaryrefslogtreecommitdiff
path: root/issues/issue200_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'issues/issue200_test.cc')
-rw-r--r--issues/issue200_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/issue200_test.cc b/issues/issue200_test.cc
index ee08bc6..4eba23a 100644
--- a/issues/issue200_test.cc
+++ b/issues/issue200_test.cc
@@ -6,7 +6,7 @@
// to forward, the current key can be yielded unexpectedly if a new
// mutation has been added just before the current key.
-#include "third_party/googletest/googletest/include/gtest/gtest.h"
+#include "gtest/gtest.h"
#include "leveldb/db.h"
#include "util/testutil.h"