* Removed gtest-all.cc; .cc files including other .cc files is weird
[oota-llvm.git] / utils / unittest / googletest / gtest.cc
index a9ca334ac1ddecc28f5c34b90b81fc69e77d3dc0..64dbb84189475e0f8bd695f80b5a8eb048fa005c 100644 (file)
 // 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
 
 #ifdef GTEST_OS_WINDOWS