Skip to content

Commit

Permalink
sort a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Desour committed Oct 17, 2024
1 parent d5f3d49 commit 4162501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/irrlicht_changes/CGUITTFont.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#include "IFileSystem.h"
#include "IGUIEnvironment.h"
#include "IMeshManipulator.h"
#include "ISceneNode.h"
#include "IMeshSceneNode.h"
#include "ISceneManager.h"
#include "ISceneNode.h"

namespace irr
{
Expand Down
2 changes: 1 addition & 1 deletion src/irrlicht_changes/CGUITTFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
#include <ft2build.h>
#include <map>
#include "IGUIEnvironment.h"
#include "IGUIFont.h"
#include "ISceneManager.h"
#include "IVideoDriver.h"
#include "IGUIFont.h"
#include "IrrlichtDevice.h"
#include "SMesh.h"
#include "util/enriched_string.h"
Expand Down

0 comments on commit 4162501

Please sign in to comment.