Skip to content

Commit

Permalink
Remove unnecessary boost filesystem dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldb89 committed Nov 9, 2013
1 parent db0dcd7 commit 7e90b8e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions extractor/alignment.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
#include <vector>

#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>

namespace fs = boost::filesystem;
using namespace std;

namespace extractor {
Expand Down
2 changes: 0 additions & 2 deletions extractor/alignment.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
#include <string>
#include <vector>

#include <boost/filesystem.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/serialization/vector.hpp>

namespace fs = boost::filesystem;
using namespace std;

namespace extractor {
Expand Down
3 changes: 0 additions & 3 deletions extractor/data_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#include <sstream>
#include <string>

#include <boost/filesystem.hpp>

namespace fs = boost::filesystem;
using namespace std;

namespace extractor {
Expand Down
2 changes: 0 additions & 2 deletions extractor/data_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions extractor/precomputation.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
#include <tuple>
#include <vector>

#include <boost/filesystem.hpp>
#include <boost/functional/hash.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/serialization/vector.hpp>

namespace fs = boost::filesystem;
using namespace std;

namespace extractor {
Expand Down
1 change: 0 additions & 1 deletion extractor/suffix_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "phrase_location.h"
#include "time_util.h"

namespace fs = boost::filesystem;
using namespace std;
using namespace chrono;

Expand Down
2 changes: 0 additions & 2 deletions extractor/suffix_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
#include <string>
#include <vector>

#include <boost/filesystem.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/vector.hpp>

namespace fs = boost::filesystem;
using namespace std;

namespace extractor {
Expand Down
2 changes: 0 additions & 2 deletions extractor/translation_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
#include <string>
#include <unordered_map>

#include <boost/filesystem.hpp>
#include <boost/functional/hash.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/utility.hpp>

using namespace std;
namespace fs = boost::filesystem;

namespace extractor {

Expand Down

0 comments on commit 7e90b8e

Please sign in to comment.