Skip to content

Commit

Permalink
got rid of spurious <set> include in BAMQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Nov 21, 2014
1 parent 88999f5 commit 82bfb48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/BAMQueue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ extern "C" {
#include "SailfishMath.hpp"
#include "ReadPair.hpp"
#include "UnpairedRead.hpp"
#include <set>

/**
* Simple structure holding info about the alignment file.
Expand Down
1 change: 0 additions & 1 deletion include/BAMQueue.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "IOUtils.hpp"
#include <boost/config.hpp> // for BOOST_LIKELY/BOOST_UNLIKELY
#include <chrono>
#include <set>

#include "g2logworker.h"
#include "g2log.h"
Expand Down

0 comments on commit 82bfb48

Please sign in to comment.