summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_allocator_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wmem/wmem_allocator_simple.c')
-rw-r--r--epan/wmem/wmem_allocator_simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wmem/wmem_allocator_simple.c b/epan/wmem/wmem_allocator_simple.c
index c08abb0dee..2a38d121e9 100644
--- a/epan/wmem/wmem_allocator_simple.c
+++ b/epan/wmem/wmem_allocator_simple.c
@@ -23,12 +23,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "config.h"
+
#include <string.h>
#include <glib.h>
-#include "config.h"
-
#include "wmem_core.h"
#include "wmem_allocator.h"