From 7e90b8ea10904f9b83f4e77e14c7396a3e6f7d5d Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Sat, 9 Nov 2013 20:21:23 +0000 Subject: Remove unnecessary boost filesystem dependencies. --- extractor/suffix_array.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'extractor/suffix_array.h') diff --git a/extractor/suffix_array.h b/extractor/suffix_array.h index 8ee454ec..df80c152 100644 --- a/extractor/suffix_array.h +++ b/extractor/suffix_array.h @@ -5,12 +5,10 @@ #include #include -#include #include #include #include -namespace fs = boost::filesystem; using namespace std; namespace extractor { -- cgit v1.2.3