]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/BamIndexFactory_p.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / api / internal / BamIndexFactory_p.h
index 7b1ff96a6425f42e717c800f55f839ea08ec5b09..4e4f1cfbf27cba533597930f93fccd17c384a98a 100644 (file)
@@ -2,7 +2,7 @@
 // BamIndexFactory_p.h (c) 2011 Derek Barnett
 // Marth Lab, Department of Biology, Boston College
 // ---------------------------------------------------------------------------
-// Last modified: 5 April 2011 (DB)
+// Last modified: 10 October 2011 (DB)
 // ---------------------------------------------------------------------------
 // Provides interface for generating BamIndex implementations
 // ***************************************************************************
@@ -10,7 +10,7 @@
 #ifndef BAMINDEX_FACTORY_P_H
 #define BAMINDEX_FACTORY_P_H
 
-#include <api/BamIndex.h>
+#include "api/BamIndex.h"
 #include <string>
 
 namespace BamTools {