* Removed gtest-all.cc; .cc files including other .cc files is weird
[oota-llvm.git] / utils / unittest / googletest / gtest-test-part.cc
index dcd30b25848bc5134c9fc1517289d36339cace88..2e80f21d3835e292de244721fb48a52de3b23200 100644 (file)
@@ -39,7 +39,7 @@
 // prevent a user from accidentally including gtest-internal-inl.h in
 // his code.
 #define GTEST_IMPLEMENTATION
-#include "src/gtest-internal-inl.h"
+#include "gtest/internal/gtest-internal-inl.h"
 #undef GTEST_IMPLEMENTATION
 
 namespace testing {