From ffa6729ede58da9941f37a9157caf2d201fd3217 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Tue, 7 Feb 2023 21:51:39 +0100 Subject: [PATCH] Remove unused include in CommandController.cpp --- src/controllers/commands/CommandController.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/controllers/commands/CommandController.cpp b/src/controllers/commands/CommandController.cpp index 51911aaeb..a58781d4a 100644 --- a/src/controllers/commands/CommandController.cpp +++ b/src/controllers/commands/CommandController.cpp @@ -51,10 +51,6 @@ #include #include -#ifdef CHATTERINO_HAVE_PLUGINS -# include "lua.h" -#endif - namespace { using namespace chatterino;