From 208cc52aab384d20662e68458f02c43f6c96d958 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 21 Jan 2018 11:23:02 -0500 Subject: [PATCH] Code cleanup: Removed unnecessary include --- src/commands/CmdCalc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index 32b540409..cc0d89316 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -28,7 +28,6 @@ #include #include #include -#include #include extern Context context;