From 84d63287c4d052052c9975714bbc253b18d28920 Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 22 Nov 2015 19:41:09 -0600 Subject: removed occupied, just used men vector --- inc/List.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'inc/List.hpp') 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 #include #include -#include "Location.hpp" using namespace std; class List @@ -17,7 +16,6 @@ class List void action(); private: vector men; - vector occupied; }; #endif -- cgit v1.2.3