Skip to content

Commit

Permalink
remove include in guiChatConsole.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
chmodsayshello committed Sep 13, 2024
1 parent bdf6740 commit f1dcc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/gui/guiChatConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/gui/guiChatConsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f1dcc62

Please sign in to comment.