]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_fasta.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / utils / bamtools_fasta.h
index d0ae8e4a38a5173a65fa08475865c06a7b899485..c339943c3259c221255bf93d1e4c778785c26bc1 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // bamtools_fasta.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 19 November 2010
+// Last modified: 10 October 2011
 // ---------------------------------------------------------------------------
 // Provides FASTA reading/indexing functionality.
 // ***************************************************************************
@@ -11,7 +10,7 @@
 #ifndef BAMTOOLS_FASTA_H
 #define BAMTOOLS_FASTA_H
 
-#include <utils/utils_global.h>
+#include "utils/utils_global.h"
 #include <string>
 
 namespace BamTools {