From f488b30e27431cacdb144e5fe0836b641e9b7461 Mon Sep 17 00:00:00 2001 From: Ashley Stone Date: Tue, 19 Jan 2021 04:03:12 +0000 Subject: [PATCH] Remove typemodel.h reference in main.cpp --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 44d3f91..59dca10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,6 @@ #include "historymanager.h" #include "mathengine.h" -#include "typemodel.h" #include "inputmanager.h" #include "unitmodel.h" int main(int argc, char *argv[]) -- GitLab