Commit 8d05720b authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed includes of gtest headers

parent c9fe883a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
#include <TNL/File.h>

#ifdef HAVE_GTEST 
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#endif

#ifdef HAVE_CUDA
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
/* See Copyright Notice in tnl/Copyright */

#ifdef HAVE_GTEST 
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#endif

#include <TNL/Containers/List.h>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <TNL/Containers/Array.h>

#ifdef HAVE_GTEST 
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#endif

using namespace TNL;
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
/* See Copyright Notice in tnl/Copyright */

#ifdef HAVE_GTEST 
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#endif

#include <TNL/String.h>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <TNL/Containers/StaticArray.h>

#ifdef HAVE_GTEST 
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#endif

using namespace TNL;