summaryrefslogtreecommitdiff
path: root/util/env_windows_test.cc
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2019-11-30 01:18:19 -0800
committerVictor Costan <pwnall@chromium.org>2019-11-30 02:03:45 -0800
commitb91ff7fbc8941bd271365df0f2f9199d96a0fffb (patch)
treefe8d4ec495efc31881e8051a7eb5925fe7779c0a /util/env_windows_test.cc
parentdb8352187b2c2d037b6fe215b7f82415789ec71f (diff)
downloadleveldb-b91ff7fbc8941bd271365df0f2f9199d96a0fffb.tar.gz
Use relative paths for googletest includes.gtest_pathx
This gives more flexibility in choosing where googletest is checked out or installed, and makes it easier to embed this library in larger projects.
Diffstat (limited to 'util/env_windows_test.cc')
-rw-r--r--util/env_windows_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/env_windows_test.cc b/util/env_windows_test.cc
index b926107..c75ca7b 100644
--- a/util/env_windows_test.cc
+++ b/util/env_windows_test.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
-#include "third_party/googletest/googletest/include/gtest/gtest.h"
+#include "gtest/gtest.h"
#include "leveldb/env.h"
#include "port/port.h"
#include "util/env_windows_test_helper.h"