Include gtest and gmock headers as user headers instead of system headers.
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
//
|
||||
// This file tests the built-in actions generated by a script.
|
||||
|
||||
#include <gmock/gmock-generated-actions.h>
|
||||
#include "gmock/gmock-generated-actions.h"
|
||||
|
||||
#include <functional>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace testing {
|
||||
namespace gmock_generated_actions_test {
|
||||
|
||||
Reference in New Issue
Block a user