CLogBookScreen: Organize cpp includes

Tidies them up to be consistent with its header.
This commit is contained in:
Lioncash 2019-10-15 10:13:27 -04:00
parent 4db0e49851
commit 5b8f3f6693
1 changed files with 9 additions and 6 deletions

View File

@ -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 {