]> git.donarmstrong.com Git - bamtools.git/commitdiff
Updated to match new BamAlignment.h includes
authorDerek <derekwbarnett@gmail.com>
Sat, 18 Sep 2010 20:47:34 +0000 (16:47 -0400)
committerDerek <derekwbarnett@gmail.com>
Sat, 18 Sep 2010 20:47:34 +0000 (16:47 -0400)
src/utils/bamtools_filter_engine.cpp
src/utils/bamtools_pileup_engine.h

index 3ad943082a0175efc4a2dc1560288b8be32ff95d..c9d0715b4540549988059452f247a4c0db44b620 100644 (file)
@@ -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 <iostream>
 #include "bamtools_filter_engine.h"
-#include "BamAux.h"
 using namespace std;
 using namespace BamTools;
 
index 675b8e6ade6a24436d1cd2289553a331efd5af52..403c4b4cbb0edb3ff15db68c151e36ff886c737e 100644 (file)
@@ -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 <vector>
-#include "BamAux.h"
+#include "BamAlignment.h"
 
 namespace BamTools {