mirror of https://github.com/AxioDL/metaforce.git
CLogBookScreen: Organize cpp includes
Tidies them up to be consistent with its header.
This commit is contained in:
parent
4db0e49851
commit
5b8f3f6693
|
@ -1,9 +1,12 @@
|
|||
#include "CLogBookScreen.hpp"
|
||||
#include "GuiSys/CGuiModel.hpp"
|
||||
#include "GuiSys/CGuiTableGroup.hpp"
|
||||
#include "GuiSys/CGuiTextPane.hpp"
|
||||
#include "GuiSys/CAuiImagePane.hpp"
|
||||
#include "MP1.hpp"
|
||||
#include "Runtime/MP1/CLogBookScreen.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "Runtime/GuiSys/CAuiImagePane.hpp"
|
||||
#include "Runtime/GuiSys/CGuiModel.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTableGroup.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextPane.hpp"
|
||||
#include "Runtime/MP1/MP1.hpp"
|
||||
|
||||
namespace urde::MP1 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue