]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.hpp
bugs fixes while testing for 1.5 release
[mothur.git] / nameassignment.hpp
index 3d21e322542b29ff0502987444de77f44045f73d..e36a76396b96d3221cc77ce60f05b18f3202378e 100644 (file)
@@ -1,16 +1,13 @@
 #ifndef NAMEASSIGNMENT_HPP
 #define NAMEASSIGNMENT_HPP
 
-using namespace std;
-
 #include "mothur.h"
-#include "utilities.hpp"
 #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();