mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove unused include in CommandController.cpp
This commit is contained in:
parent
456c7f80a8
commit
ffa6729ede
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
|
||||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
|
||||||
# include "lua.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
using namespace chatterino;
|
using namespace chatterino;
|
||||||
|
|
Loading…
Reference in a new issue