Skip to content

Commit

Permalink
Clean includes #220
Browse files Browse the repository at this point in the history
  • Loading branch information
mfe committed Jun 25, 2013
1 parent 0eb534a commit d0771ed
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion applications/sam/src/sam/check/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <sam/common/options.hpp>

#include <tuttle/host/Graph.hpp>
#include <tuttle/common/utils/global.hpp>

#include <Detector.hpp>

Expand Down
2 changes: 0 additions & 2 deletions applications/sam/src/sam/common/mvcp.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <sam/common/utility.hpp>
#include <sam/common/options.hpp>

#include <tuttle/common/utils/global.hpp>
#include <tuttle/common/exceptions.hpp>

#include <boost/filesystem/operations.hpp>
Expand All @@ -15,7 +14,6 @@
#include <Sequence.hpp>

#include <algorithm>
#include <iostream>

#ifndef SAM_MOVEFILES
#define SAM_MV_OR_CP_OPTIONS "SAM_CP_OPTIONS"
Expand Down
1 change: 0 additions & 1 deletion applications/sam/src/sam/diff/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <sam/common/options.hpp>

#include <tuttle/host/Graph.hpp>
#include <tuttle/common/utils/global.hpp>

#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
Expand Down
2 changes: 0 additions & 2 deletions applications/sam/src/sam/do/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <sam/common/options.hpp>
#include <sam/common/utility.hpp>

#include <tuttle/common/utils/global.hpp>
#include <tuttle/common/exceptions.hpp>

#include <tuttle/host/attribute/expression.hpp>
Expand All @@ -21,7 +20,6 @@

#include <Detector.hpp>

#include <iostream>

namespace bpo = boost::program_options;
namespace ttl = tuttle::host;
Expand Down
3 changes: 0 additions & 3 deletions applications/sam/src/sam/info/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <sam/common/utility.hpp>
#include <sam/common/options.hpp>

#include <tuttle/common/utils/global.hpp>

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/exception/diagnostic_information.hpp>
Expand All @@ -17,7 +15,6 @@
#include <Detector.hpp>

#include <algorithm>
#include <iostream>
#include <iterator>

#define FIRST_COLUMN_WIDTH 23
Expand Down
3 changes: 0 additions & 3 deletions applications/sam/src/sam/ls/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <sam/common/utility.hpp>
#include <sam/common/options.hpp>

#include <tuttle/common/utils/global.hpp>

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/exception/diagnostic_information.hpp>
Expand All @@ -15,7 +13,6 @@
#include <Detector.hpp>

#include <algorithm>
#include <iostream>
#include <iterator>

namespace bpo = boost::program_options;
Expand Down
1 change: 0 additions & 1 deletion applications/sam/src/sam/plugins/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/split.hpp>

#include <iostream>

namespace bpo = boost::program_options;
namespace bal = boost::algorithm;
Expand Down
3 changes: 0 additions & 3 deletions applications/sam/src/sam/rm/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <sam/common/utility.hpp>
#include <sam/common/options.hpp>

#include <tuttle/common/utils/global.hpp>

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/exception/diagnostic_information.hpp>
Expand All @@ -16,7 +14,6 @@
#include <Sequence.hpp>

#include <algorithm>
#include <iostream>
#include <iterator>

namespace bpo = boost::program_options;
Expand Down

0 comments on commit d0771ed

Please sign in to comment.