]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BGZF.cpp
Attempt to fix SamHeaderVersion compile bug
[bamtools.git] / src / api / BGZF.cpp
index 2b74343b1a79ef42fc33fa6806e8b6bc0218e43f..701fa7f0fb033aafac618a979aac7188580c470c 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College\r
 // All rights reserved.\r
 // ---------------------------------------------------------------------------\r
-// Last modified: 16 August 2010 (DB)\r
+// Last modified: 19 November 2010 (DB)\r
 // ---------------------------------------------------------------------------\r
 // BGZF routines were adapted from the bgzf.c code developed at the Broad\r
 // Institute.\r
 // Provides the basic functionality for reading & writing BGZF files\r
 // ***************************************************************************\r
 \r
-#include <algorithm>\r
-#include "BGZF.h"\r
+#include <api/BGZF.h>\r
 using namespace BamTools;\r
-using std::string;\r
-using std::min;\r
+\r
+#include <algorithm>\r
+using namespace std;\r
 \r
 BgzfData::BgzfData(void)\r
     : UncompressedBlockSize(DEFAULT_BLOCK_SIZE)\r