]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/IBamIODevice.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / api / IBamIODevice.h
index 5c1856ea4f97ab1b87d92c5fbedac77a5b6fb9a3..b34e449a04ed966756c8c1bc3cb71a60f7bd970f 100644 (file)
@@ -2,7 +2,7 @@
 // IBamIODevice.h (c) 2011 Derek Barnett
 // Marth Lab, Department of Biology, Boston College
 // ---------------------------------------------------------------------------
-// Last modified: 7 October 2011 (DB)
+// Last modified: 10 October 2011 (DB)
 // ---------------------------------------------------------------------------
 // Base class for all BAM I/O devices (e.g. local file, pipe, HTTP, FTP, etc.)
 //
@@ -18,7 +18,7 @@
 #ifndef IBAMIODEVICE_H
 #define IBAMIODEVICE_H
 
-#include <api/api_global.h>
+#include "api/api_global.h"
 #include <string>
 
 namespace BamTools {