@@ -29,6 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include <cstring>
#include "Assert.h"
#include "ContainerTypes.h"
+#include "Allocator.h"
namespace crown
{
@@ -27,7 +27,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#pragma once
#include "Types.h"
-#include "Allocator.h"
+#include "MemoryTypes.h"
@@ -29,7 +29,6 @@ OTHER DEALINGS IN THE SOFTWARE.
-#include "Log.h"
@@ -28,6 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include <algorithm>
+#include "Array.h"
@@ -26,10 +26,10 @@ OTHER DEALINGS IN THE SOFTWARE.
+#include <cstring>
#include "Array.h"
-#include <cstring>