@@ -25,11 +25,12 @@
#ifndef HEAP_H
#define HEAP_H
+#include "dmm_config.h"
+
#include <stdint.h>
#include <stddef.h> /* For size_t support */
#include <stdbool.h>
-#include "dmm_config.h"
#ifdef HAVE_LOCKS
#include <pthread.h>
#endif /* HAVE_LOCKS */