From: Derek Date: Sat, 18 Sep 2010 20:47:34 +0000 (-0400) Subject: Updated to match new BamAlignment.h includes X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f7adbb985b07a32e2ab53c783a040dd290deada0;p=bamtools.git Updated to match new BamAlignment.h includes --- diff --git a/src/utils/bamtools_filter_engine.cpp b/src/utils/bamtools_filter_engine.cpp index 3ad9430..c9d0715 100644 --- a/src/utils/bamtools_filter_engine.cpp +++ b/src/utils/bamtools_filter_engine.cpp @@ -3,14 +3,13 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 30 August 2010 +// Last modified: 18 September 2010 // --------------------------------------------------------------------------- // // *************************************************************************** #include #include "bamtools_filter_engine.h" -#include "BamAux.h" using namespace std; using namespace BamTools; diff --git a/src/utils/bamtools_pileup_engine.h b/src/utils/bamtools_pileup_engine.h index 675b8e6..403c4b4 100644 --- a/src/utils/bamtools_pileup_engine.h +++ b/src/utils/bamtools_pileup_engine.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 16 September 2010 +// Last modified: 18 September 2010 // --------------------------------------------------------------------------- // Provides pileup at position functionality for various tools. // *************************************************************************** @@ -12,7 +12,7 @@ #define BAMTOOLS_PILEUP_ENGINE_H #include -#include "BamAux.h" +#include "BamAlignment.h" namespace BamTools {