mirror of
https://github.com/google/googletest.git
synced 2025-12-01 16:47:28 -05:00
Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include <gtest/internal/gtest-string.h>
|
||||
#include <gtest/internal/gtest-internal.h>
|
||||
#include "gtest/internal/gtest-string.h"
|
||||
#include "gtest/internal/gtest-internal.h"
|
||||
|
||||
namespace testing {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user