Skip to content

Commit 1c3f86c

Browse files
committed
Revert "header fix"
This reverts commit 395dc89.
1 parent 9087f5e commit 1c3f86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/src/core/expressions_eval.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
#include "Firestore/core/src/remote/serializer.h"
3838
#include "Firestore/core/src/util/hard_assert.h"
3939
#include "Firestore/core/src/util/log.h"
40-
#include "Firestore/third_party/re2/re2.h"
4140
#include "absl/strings/ascii.h" // For AsciiStrToLower/ToUpper (if needed later)
4241
#include "absl/strings/match.h" // For StartsWith, EndsWith, StrContains
4342
#include "absl/strings/str_cat.h" // For StrAppend
4443
#include "absl/strings/strip.h" // For StripAsciiWhitespace
4544
#include "absl/types/optional.h"
45+
#include "re2/re2.h"
4646

4747
namespace firebase {
4848
namespace firestore {

0 commit comments

Comments
 (0)