Skip to content

Commit 6986c2b

Browse files
Abseil Teamcopybara-github
authored andcommitted
Internal header include changes.
PiperOrigin-RevId: 797151958 Change-Id: I26ce36684e8822cd76723e664782764cf222152c
1 parent a05c091 commit 6986c2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

googlemock/include/gmock/gmock-matchers.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@
258258
#include <algorithm>
259259
#include <cmath>
260260
#include <cstddef>
261-
#include <exception>
262261
#include <functional>
263262
#include <initializer_list>
264263
#include <ios>
@@ -268,12 +267,12 @@
268267
#include <ostream> // NOLINT
269268
#include <sstream>
270269
#include <string>
270+
#include <tuple>
271271
#include <type_traits>
272272
#include <utility>
273273
#include <vector>
274274

275275
#include "gmock/internal/gmock-internal-utils.h"
276-
#include "gmock/internal/gmock-port.h"
277276
#include "gmock/internal/gmock-pp.h"
278277
#include "gtest/gtest.h"
279278

0 commit comments

Comments
 (0)