remove include in guiChatConsole.h header

This commit is contained in:
chmodsayshello 2024-09-13 20:34:10 +02:00
parent 935a82fde3
commit 71dcc8a5a6
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "gettext.h"
#include "irrlicht_changes/CGUITTFont.h"
#include "util/string.h"
#include "guiScrollBar.h"
#include <string>
inline u32 clamp_u8(s32 value)

View File

@ -23,9 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "modalMenu.h"
#include "chat.h"
#include "config.h"
#include "guiScrollBar.h"
class Client;
class GUIScrollBar;
class GUIChatConsole : public gui::IGUIElement
{