summaryrefslogtreecommitdiff
path: root/frontends/gtk/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/bitmap.c')
-rw-r--r--frontends/gtk/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/bitmap.c b/frontends/gtk/bitmap.c
index a995a9e28..ba6bcbddc 100644
--- a/frontends/gtk/bitmap.c
+++ b/frontends/gtk/bitmap.c
@@ -28,7 +28,6 @@
#include <string.h>
#include <stdlib.h>
#include <cairo.h>
-#include <gtk/gtk.h>
#include "utils/utils.h"
#include "utils/errors.h"
@@ -36,6 +35,7 @@
#include "netsurf/bitmap.h"
#include "netsurf/plotters.h"
+#include "gtk/compat.h"
#include "gtk/scaffolding.h"
#include "gtk/plotters.h"
#include "gtk/bitmap.h"