From 416250192184e47e47145f77b39ac893f39b85d3 Mon Sep 17 00:00:00 2001 From: Desour Date: Thu, 17 Oct 2024 19:28:56 +0200 Subject: [PATCH] sort a bit --- src/irrlicht_changes/CGUITTFont.cpp | 2 +- src/irrlicht_changes/CGUITTFont.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/irrlicht_changes/CGUITTFont.cpp b/src/irrlicht_changes/CGUITTFont.cpp index 9fd4be019155..a9028be7ae87 100644 --- a/src/irrlicht_changes/CGUITTFont.cpp +++ b/src/irrlicht_changes/CGUITTFont.cpp @@ -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 { diff --git a/src/irrlicht_changes/CGUITTFont.h b/src/irrlicht_changes/CGUITTFont.h index 0c32888a607d..f8e9d8896ef8 100644 --- a/src/irrlicht_changes/CGUITTFont.h +++ b/src/irrlicht_changes/CGUITTFont.h @@ -35,9 +35,9 @@ #include #include #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"