diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-11-09 20:21:23 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-11-09 20:21:23 +0000 |
commit | 7990c750829af93f0a1e0fc14534582f52ee9e8c (patch) | |
tree | 7f9864ca4afa33b78211f692ea40fecec7253d70 /extractor/data_array.h | |
parent | 074fa88375967adababc632ea763e9dea389831e (diff) |
Remove unnecessary boost filesystem dependencies.
Diffstat (limited to 'extractor/data_array.h')
-rw-r--r-- | extractor/data_array.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extractor/data_array.h b/extractor/data_array.h index 2be6a09c..5207366d 100644 --- a/extractor/data_array.h +++ b/extractor/data_array.h @@ -5,13 +5,11 @@ #include <unordered_map> #include <vector> -#include <boost/filesystem.hpp> #include <boost/serialization/serialization.hpp> #include <boost/serialization/split_member.hpp> #include <boost/serialization/string.hpp> #include <boost/serialization/vector.hpp> -namespace fs = boost::filesystem; using namespace std; namespace extractor { |