mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Begone stupid include
This commit is contained in:
parent
d9440650a6
commit
98e2e61296
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||||
# include "lua.h"
|
# include "lua.h"
|
||||||
|
|
||||||
# include <qlist.h>
|
# include <QList>
|
||||||
|
|
||||||
# include <vector>
|
# include <vector>
|
||||||
struct lua_State;
|
struct lua_State;
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
# include <QFormLayout>
|
# include <QFormLayout>
|
||||||
# include <QGroupBox>
|
# include <QGroupBox>
|
||||||
# include <QLabel>
|
# include <QLabel>
|
||||||
# include <qobject.h>
|
|
||||||
# include <QObject>
|
# include <QObject>
|
||||||
# include <QPushButton>
|
# include <QPushButton>
|
||||||
# include <QWidget>
|
# include <QWidget>
|
||||||
|
|
Loading…
Reference in a new issue