From e6306ac432d9bc0edfaddbf5d45a6d9ff23d9120 Mon Sep 17 00:00:00 2001 From: Kishore Nallan Date: Sun, 14 Aug 2016 15:37:45 +0530 Subject: [PATCH] Remove crow as dep. --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6f97d557..d1da0034 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,6 @@ #include #include #include "string_utils.h" -#include "crow_all.h" #include "search_index.h" using namespace std;