diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-29 20:57:06 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-29 20:57:06 -0400 |
commit | e7b390db4ef11e216c7a1c6a5a06b8c01b852bd2 (patch) | |
tree | 2ddde357ab41e33f1fd420c12ed8474a03a5d568 /src | |
parent | 3fa79baee15a53e755ffed01b04b08748c756787 (diff) |
Fixed header in makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3dc7bed..c56fd79 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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> |