aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-printers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest-printers.cc')
-rw-r--r--src/gtest-printers.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtest-printers.cc b/src/gtest-printers.cc
index 07a0d857..147f8b2a 100644
--- a/src/gtest-printers.cc
+++ b/src/gtest-printers.cc
@@ -42,12 +42,12 @@
// or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
// defines Foo.
-#include <gtest/gtest-printers.h>
+#include "gtest/gtest-printers.h"
#include <ctype.h>
#include <stdio.h>
#include <ostream> // NOLINT
#include <string>
-#include <gtest/internal/gtest-port.h>
+#include "gtest/internal/gtest-port.h"
namespace testing {