X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBamAlignment.cpp;h=b0986dfead689291720bb353c57752d9ee6818cd;hb=e24bc523b0bd086dbfad7165901b2237b5d64316;hp=c3963386707f3c9b06701c2062075fe8b09fe2f5;hpb=a491919dfa406b3b6b3fa58d51cbd36eb7473da6;p=bamtools.git diff --git a/src/api/BamAlignment.cpp b/src/api/BamAlignment.cpp index c396338..b0986df 100644 --- a/src/api/BamAlignment.cpp +++ b/src/api/BamAlignment.cpp @@ -3,11 +3,14 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 19 September 2010 (DB) +// Last modified: 19 November 2010 (DB) // --------------------------------------------------------------------------- // Provides the BamAlignment data structure // *************************************************************************** +#include +using namespace BamTools; + #include #include #include @@ -15,8 +18,6 @@ #include #include #include -#include "BamAlignment.h" -using namespace BamTools; using namespace std; // default ctor @@ -684,4 +685,4 @@ bool BamAlignment::SkipToNextTag(const char storageType, char* &pTagData, unsign // return success return true; -} \ No newline at end of file +}