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