X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBGZF.cpp;h=701fa7f0fb033aafac618a979aac7188580c470c;hb=b5e14489be6687825572d6c252f477472021e78c;hp=2b74343b1a79ef42fc33fa6806e8b6bc0218e43f;hpb=1ee9b6b3d98a4bfd5a60c583bc7847c545a60e32;p=bamtools.git diff --git a/src/api/BGZF.cpp b/src/api/BGZF.cpp index 2b74343..701fa7f 100644 --- a/src/api/BGZF.cpp +++ b/src/api/BGZF.cpp @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 16 August 2010 (DB) +// Last modified: 19 November 2010 (DB) // --------------------------------------------------------------------------- // BGZF routines were adapted from the bgzf.c code developed at the Broad // Institute. @@ -11,11 +11,11 @@ // Provides the basic functionality for reading & writing BGZF files // *************************************************************************** -#include -#include "BGZF.h" +#include using namespace BamTools; -using std::string; -using std::min; + +#include +using namespace std; BgzfData::BgzfData(void) : UncompressedBlockSize(DEFAULT_BLOCK_SIZE)