@@ -5,9 +5,6 @@
#pragma once
-#include <cstdlib>
-#include <cstdio>
-#include "config.h"
#include "error.h"
#if defined(CROWN_DEBUG)
@@ -6,6 +6,7 @@
#include "memory.h"
#include "allocator.h"
#include "mutex.h"
+#include <stdlib.h> // malloc, free
// void* operator new(size_t) throw (std::bad_alloc)
// {