]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.hpp
broke up globaldata and moved error checking and help into commands
[mothur.git] / nameassignment.hpp
index f3a99fbd3471193d963c5709a593b3e5e18265b7..93299cceac3518abb2b89418af9ce739af3d407a 100644 (file)
@@ -1,11 +1,7 @@
 #ifndef NAMEASSIGNMENT_HPP
 #define NAMEASSIGNMENT_HPP
 
-using namespace std;
-
-#include <string>
-#include <map>
-#include "utilities.hpp"
+#include "mothur.h"
 #include "listvector.hpp"
 
 class NameAssignment : public map<string,int> {