mirror of
https://github.com/google/googletest.git
synced 2025-12-01 00:27:46 -05:00
Include gtest and gmock headers as user headers instead of system headers.
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
//
|
||||
// This file tests code in gmock.cc.
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
#include <string>
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using testing::GMOCK_FLAG(verbose);
|
||||
using testing::InitGoogleMock;
|
||||
|
||||
Reference in New Issue
Block a user