Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
// The interface and its implementations are in this header.
|
||||
#include "prime_tables.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
// First, we define some factory functions for creating instances of
|
||||
// the implementations. You may be able to skip this step if all your
|
||||
|
||||
Reference in New Issue
Block a user