summaryrefslogtreecommitdiff
path: root/inc/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/List.hpp')
-rw-r--r--inc/List.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/List.hpp b/inc/List.hpp
index 931ff8a..ce3f413 100644
--- a/inc/List.hpp
+++ b/inc/List.hpp
@@ -6,7 +6,6 @@
#include <ncurses.h>
#include <ctime>
#include <cstdlib>
-#include "Location.hpp"
using namespace std;
class List
@@ -17,7 +16,6 @@ class List
void action();
private:
vector <Character> men;
- vector <Location> occupied;
};
#endif