summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/mng.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/mng.c b/image/mng.c
index 857b0d585..fb2528514 100644
--- a/image/mng.c
+++ b/image/mng.c
@@ -20,6 +20,9 @@
* Content for image/mng, image/png, and image/jng (implementation).
*/
+#include "utils/config.h"
+#ifdef WITH_MNG
+
#include <assert.h>
#include <stdbool.h>
#include <string.h>
@@ -27,7 +30,6 @@
#include <sys/time.h>
#include <time.h>
#include <libmng.h>
-#include "utils/config.h"
#include "content/content.h"
#include "desktop/browser.h"
#include "desktop/options.h"
@@ -38,8 +40,6 @@
#include "utils/messages.h"
#include "utils/utils.h"
-#ifdef WITH_MNG
-
/* We do not currently support any form of colour/gamma correction, nor do
we support dynamic MNGs.
*/