aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLevelDBKey.mm
diff options
context:
space:
mode:
authorGravatar zxu <zxu@google.com>2018-01-25 13:03:07 -0500
committerGravatar GitHub <noreply@github.com>2018-01-25 13:03:07 -0500
commit5fdda3fa837f3138973d754f05aec7f541f806ce (patch)
tree6d440b3a7ac634c05890dade1e261aeb8ba03b31 /Firestore/Source/Local/FSTLevelDBKey.mm
parent15a2926dcb986a84cf9969d7d20439d4ac2e46af (diff)
normalize string_util (#708)
* refactoring string_util * port string_util to iOS
Diffstat (limited to 'Firestore/Source/Local/FSTLevelDBKey.mm')
-rw-r--r--Firestore/Source/Local/FSTLevelDBKey.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Firestore/Source/Local/FSTLevelDBKey.mm b/Firestore/Source/Local/FSTLevelDBKey.mm
index c6f51b9..074d5c5 100644
--- a/Firestore/Source/Local/FSTLevelDBKey.mm
+++ b/Firestore/Source/Local/FSTLevelDBKey.mm
@@ -19,14 +19,12 @@
#include <string>
#include "Firestore/Port/ordered_code.h"
-#include "Firestore/Port/string_util.h"
#import "Firestore/Source/Model/FSTDocumentKey.h"
#import "Firestore/Source/Model/FSTPath.h"
NS_ASSUME_NONNULL_BEGIN
using Firestore::OrderedCode;
-using Firestore::PrefixSuccessor;
using Firestore::StringView;
using leveldb::Slice;