Remove useless includes
This commit is contained in:
parent
2a41afa5af
commit
5b11e53d33
|
|
@ -818,4 +818,3 @@ namespace std
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Nazara/Core/DebugOff.hpp>
|
#include <Nazara/Core/DebugOff.hpp>
|
||||||
#include "Vector2.hpp"
|
|
||||||
|
|
|
||||||
|
|
@ -621,4 +621,3 @@ namespace Nz
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Nazara/Utility/DebugOff.hpp>
|
#include <Nazara/Utility/DebugOff.hpp>
|
||||||
#include "RichTextDrawer.hpp"
|
|
||||||
|
|
|
||||||
|
|
@ -530,4 +530,3 @@ namespace Nz
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Nazara/VulkanRenderer/DebugOff.hpp>
|
#include <Nazara/VulkanRenderer/DebugOff.hpp>
|
||||||
#include "Utils.hpp"
|
|
||||||
|
|
|
||||||
|
|
@ -365,5 +365,4 @@ namespace Nz
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Nazara/Widgets/DebugOff.hpp>
|
#include <Nazara/Widgets/DebugOff.hpp>
|
||||||
#include "BaseWidget.hpp"
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue