]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_options.cpp
Added UTILS_EXPORT macro to classes in BamTools utility library
[bamtools.git] / src / utils / bamtools_options.cpp
index 71aa2ebd4507fa5ecd7800d66090c11b90f5f67d..c46d0049c2b244046a58c88d18af48b63a5911d2 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 7 September 2010
+// Last modified: 19 November 2010
 // ---------------------------------------------------------------------------
 // Parses command line arguments and creates a help menu
 // ---------------------------------------------------------------------------
 // *  (BamTools namespace, added stdin/stdout) (DB)
 // ***************************************************************************
 
-#include "bamtools_options.h"
+#include <utils/bamtools_options.h>
+using namespace BamTools;
+
 #include <cstdio>
 #include <cstdlib>
 #include <cstring>
 #include <iomanip>
 #include <sstream>
 using namespace std;
-using namespace BamTools;
 
 string Options::m_programName;                   // the program name
 string Options::m_description;                   // the main description