summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest-printers.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-02-13 19:56:05 (GMT)
committerGennadiy Civil <misterg@google.com>2018-02-13 19:56:05 (GMT)
commit09581b38523a0598d645fb801c31c9baead5d36f (patch)
treef3b34054e7c39b6796ba2c5ed1c1c560f8f0c336 /googletest/include/gtest/gtest-printers.h
parent069724197c03e56c0197b80ace8b97187d27c45d (diff)
downloadgoogletest-09581b38523a0598d645fb801c31c9baead5d36f.zip
googletest-09581b38523a0598d645fb801c31c9baead5d36f.tar.gz
googletest-09581b38523a0598d645fb801c31c9baead5d36f.tar.bz2
cleanup/merges
Diffstat (limited to 'googletest/include/gtest/gtest-printers.h')
-rw-r--r--googletest/include/gtest/gtest-printers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h
index 4deaad0..2c83c3f 100644
--- a/googletest/include/gtest/gtest-printers.h
+++ b/googletest/include/gtest/gtest-printers.h
@@ -112,8 +112,8 @@
#endif
#if GTEST_HAS_ABSL
-#include "absl/types/optional.h"
#include "absl/strings/string_view.h"
+#include "absl/types/optional.h"
#endif // GTEST_HAS_ABSL
namespace testing {