X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBamIndex.h;h=710893a0c55361ace7e9cdd7b1597f7edbe3afae;hb=049d6b2501ea9c9afeb8588013d5f536246a2ca8;hp=fdd0d134bc3fd99cc98e4ed2d6b6aeb6eb21c15f;hpb=89dbe0f38482e43f5e49d9cc5c8670ec00f3f53f;p=bamtools.git diff --git a/src/api/BamIndex.h b/src/api/BamIndex.h index fdd0d13..710893a 100644 --- a/src/api/BamIndex.h +++ b/src/api/BamIndex.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 17 September 2010 (DB) +// Last modified: 18 September 2010 (DB) // --------------------------------------------------------------------------- // Provides index functionality - both for the standardized BAM index format // (".bai") as well as a BamTools-specific (nonstandard) index format (".bti"). @@ -15,7 +15,7 @@ #include #include #include -#include "BamAux.h" +#include "BamAlignment.h" namespace BamTools {