aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/util/file_windows_test.cc
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2017-02-14 10:16:23 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 14:23:52 +0000
commit5efe4a116027ae45edd4b8b5eb6ba58670b77f0f (patch)
tree8cd1b2bc5ea2afd799512fb00ab2e9549ba20c1e /src/test/cpp/util/file_windows_test.cc
parent015e5954157a6c071b6118b3d9b9f51676ccc6f3 (diff)
Windows JNI, refactor: move OpenDirectory to JNI
Move the OpenDirectory helper method into the JNI library. We'll need it there; a subsequent change will make use of it there. See https://github.com/bazelbuild/bazel/issues/2107 -- PiperOrigin-RevId: 147448792 MOS_MIGRATED_REVID=147448792
Diffstat (limited to 'src/test/cpp/util/file_windows_test.cc')
-rw-r--r--src/test/cpp/util/file_windows_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/cpp/util/file_windows_test.cc b/src/test/cpp/util/file_windows_test.cc
index 0e777d88fd..ec4e0f5b53 100644
--- a/src/test/cpp/util/file_windows_test.cc
+++ b/src/test/cpp/util/file_windows_test.cc
@@ -22,7 +22,6 @@
#include "gtest/gtest.h"
#include "src/main/cpp/util/file.h"
#include "src/main/cpp/util/file_platform.h"
-#include "src/main/native/windows_util.h"
#include "src/test/cpp/util/windows_test_util.h"
#if !defined(COMPILER_MSVC) && !defined(__CYGWIN__)