]> git.donarmstrong.com Git - mothur.git/blobdiff - validparameter.h
When Pat tried to compile mothur in Ubuntu linux, there were a number of minor proble...
[mothur.git] / validparameter.h
index d3fb2b7071fc79ab875ad3f696a4d8c90cf8fde7..e0477aab0e9c1f39ffa19c836ef960de2c0e2bfa 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VALIDPARAMETERS_H
+#define VALIDPARAMETERS_H
+
 /*
  *  validparameter.h
  *  Dotur
@@ -8,7 +11,6 @@
  */
 using namespace std;
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <string>
 #include <map>
@@ -27,4 +29,6 @@ class ValidParameters {
        private:
                map<string, string> parameters;
 
-};
\ No newline at end of file
+};
+
+#endif