diff options
Diffstat (limited to 'src/map/main.cpp')
-rw-r--r-- | src/map/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/main.cpp b/src/map/main.cpp index 2db1408..8354f1c 100644 --- a/src/map/main.cpp +++ b/src/map/main.cpp @@ -1,4 +1,3 @@ -#include "map.hpp" // map/main.cpp - dummy file to make Make dependencies work // // Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com> @@ -18,4 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include "map.hpp" + #include "../poison.hpp" |