Skip to content

Commit

Permalink
Remove unused includes of <gmock/gmock.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnjo committed Apr 30, 2024
1 parent bf03006 commit 823c1e5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion core/base/test/TBitsTests.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "gtest/gtest.h"
#include "gmock/gmock.h"

#include "TBits.h"

Expand Down
1 change: 0 additions & 1 deletion core/base/test/TNamedTests.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "gtest/gtest.h"
#include "gmock/gmock.h"

#include "TNamed.h"

Expand Down
1 change: 0 additions & 1 deletion core/base/test/TQObjectTests.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "gtest/gtest.h"
#include "gmock/gmock.h"

#include "Rtypes.h"
#include "TQObject.h"
Expand Down
2 changes: 1 addition & 1 deletion core/meta/test/testTEnum.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "TInterpreter.h"

#include "gtest/gtest.h"
#include "gmock/gmock.h"

#include <climits>
#include <type_traits>

TEST(TEnum, UnderlyingType)
Expand Down
1 change: 0 additions & 1 deletion core/thread/test/testRWLock.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "TError.h"

#include "gtest/gtest.h"
#include "gmock/gmock.h"

using namespace ROOT;

Expand Down
1 change: 0 additions & 1 deletion tmva/tmva/test/DNN/RNN/TestRecurrentForwardPass.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "TMVA/DNN/Architectures/Reference.h"
#include "TestRecurrentForwardPass.h"
//#include "gtest/gtest.h"
//#include "gmock/gmock.h"

using namespace TMVA::DNN;
using namespace TMVA::DNN::RNN;
Expand Down
1 change: 0 additions & 1 deletion tmva/tmva/test/DNN/RNN/TestRecurrentForwardPassCpu.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "TestRecurrentForwardPass.h"
#include "TMath.h"
//#include "gtest/gtest.h"
//#include "gmock/gmock.h"

using namespace TMVA::DNN;
using namespace TMVA::DNN::RNN;
Expand Down

0 comments on commit 823c1e5

Please sign in to comment.