Fix incorrect header position.

This commit is contained in:
Roger A. Light
2022-01-14 11:02:39 +00:00
parent aa96c2d922
commit fa9c2d0285
+2 -2
View File
@@ -21,6 +21,8 @@ Contributors:
#include <stdlib.h>
#include <string.h>
#include "memory_mosq.h"
#ifdef REAL_WITH_MEMORY_TRACKING
# if defined(__APPLE__)
# include <malloc/malloc.h>
@@ -32,8 +34,6 @@ Contributors:
# endif
#endif
#include "memory_mosq.h"
#ifdef REAL_WITH_MEMORY_TRACKING
static unsigned long memcount = 0;
static unsigned long max_memcount = 0;