]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_options.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / utils / bamtools_options.h
index 98ddc3d36c29e9f784509e4d88c2af194757d2bc..2afe1297661e80cdff94c4dd75631df1b97302d5 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // bamtools_options.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 11 June 2011
+// Last modified: 10 October 2011
 // ---------------------------------------------------------------------------
 // Parses command line arguments and creates a help menu
 // ---------------------------------------------------------------------------
@@ -20,8 +19,8 @@
 #ifndef BAMTOOLS_OPTIONS_H
 #define BAMTOOLS_OPTIONS_H
 
-#include <utils/bamtools_variant.h>
-#include <utils/utils_global.h>
+#include "utils/bamtools_variant.h"
+#include "utils/utils_global.h"
 
 #include <map>
 #include <string>