]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_filter_ruleparser.h
Added UTILS_EXPORT macro to classes in BamTools utility library
[bamtools.git] / src / utils / bamtools_filter_ruleparser.h
index 7e3b1fdc36758971b1de9fc947d43432250af4db..b0ec0ab741f8a98d502735337dab9ee382f95ac7 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 21 September 2010
+// Last modified: 19 November 2010
 // ---------------------------------------------------------------------------
 // Provides a compound rule parser for FilterEngine.
 // ***************************************************************************
 #ifndef BAMTOOLS_FILTER_RULEPARSER_H
 #define BAMTOOLS_FILTER_RULEPARSER_H
 
+#include <utils/bamtools_utilities.h>
 #include <queue>
 #include <stack>
 #include <string>
-#include "bamtools_utilities.h"
 
 namespace BamTools {
 
@@ -315,4 +315,4 @@ void RuleParser::skipSpaces(void) {
 
 } // namespace BamTools
 
-#endif // BAMTOOLS_FILTER_RULEPARSER_H
\ No newline at end of file
+#endif // BAMTOOLS_FILTER_RULEPARSER_H