summaryrefslogtreecommitdiffstats
path: root/src/edit_distance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit_distance.cc')
-rw-r--r--src/edit_distance.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/edit_distance.cc b/src/edit_distance.cc
index fe05f64..22db4fe 100644
--- a/src/edit_distance.cc
+++ b/src/edit_distance.cc
@@ -16,8 +16,6 @@
#include <vector>
-#include "string_piece.h"
-
int EditDistance(const StringPiece& s1,
const StringPiece& s2,
bool allow_replacements,