Skip to content

Commit

Permalink
Remove unused gmock.h includes
Browse files Browse the repository at this point in the history
Reviewed By: tmikov

Differential Revision: D68470312

fbshipit-source-id: 2bf945b656b28f20ecb250c6098657d919d57347
  • Loading branch information
neildhar authored and facebook-github-bot committed Jan 23, 2025
1 parent d671097 commit a07d5fd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion unittests/API/SynthTraceSerializationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <hermes/TraceInterpreter.h>
#include <hermes/TracingRuntime.h>

#include <gmock/gmock.h>
#include <gtest/gtest.h>

#include <hermes/hermes.h>
Expand Down
1 change: 0 additions & 1 deletion unittests/API/SynthTraceTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "hermes/VM/VMExperiments.h"
#include "llvh/Support/SHA1.h"

#include <gmock/gmock.h>
#include <gtest/gtest.h>

#include <hermes/CompileJS.h>
Expand Down
2 changes: 0 additions & 2 deletions unittests/Support/BigIntSupportTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <tuple>
#include <vector>

#include "gmock/gmock.h"

namespace {

using namespace hermes;
Expand Down
1 change: 0 additions & 1 deletion unittests/VMRuntime/BigIntPrimitiveTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <array>
#include <vector>

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

using namespace hermes::bigint;
Expand Down

0 comments on commit a07d5fd

Please sign in to comment.