]> code.bitgloo.com Git - clyne/gamedev2.git/commitdiff
Fixed header in makefile
authorAndy Belle-Isle <drumsetmonkey@gmail.com>
Fri, 30 Aug 2019 00:57:06 +0000 (20:57 -0400)
committerAndy Belle-Isle <drumsetmonkey@gmail.com>
Fri, 30 Aug 2019 00:57:06 +0000 (20:57 -0400)
Makefile
src/main.cpp

index e72c04e14f7c040854969e056a42b2c3a4fc9d41..42c030a79bb4ace48ebedf3146ac7a81777ef45c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Script to build source files
 #
 # Copyright (C) 2019 Clyne Sullivan
-# Copyright (C) 2019 Andy Belle-Isle
+# Copyright (C) 2019 Belle-Isle, Andrew <drumsetmonkey@gmail.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 3dc7bed4aea142be0a3d01cd2929649611496cf0..c56fd796b3f3715f6a3b1da5439a62708a0aa439 100644 (file)
@@ -18,9 +18,6 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-#include <lua.hpp>
-#include <entityx/entityx.h>
-
 #include "engine.hpp"
 
 #include <SDL2/SDL.h>