]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.hpp
bugs fixes while testing for 1.5 release
[mothur.git] / nameassignment.hpp
index f3a99fbd3471193d963c5709a593b3e5e18265b7..e36a76396b96d3221cc77ce60f05b18f3202378e 100644 (file)
@@ -1,17 +1,13 @@
 #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> {
 public:
        NameAssignment(string);
-       void readMap(int, int);
+       void readMap();
        ListVector getListVector();
        int get(string);
        void print();