summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/gif.c2
-rw-r--r--image/mng.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/image/gif.c b/image/gif.c
index 7b8c2ec0c..1863a2fef 100644
--- a/image/gif.c
+++ b/image/gif.c
@@ -38,7 +38,7 @@
#include <libnsgif.h>
#include "utils/config.h"
#include "content/content_protected.h"
-#include "desktop/browser.h"
+#include "desktop/schedule.h"
#include "desktop/options.h"
#include "desktop/plotters.h"
#include "image/bitmap.h"
diff --git a/image/mng.c b/image/mng.c
index 1674dd033..a4648e5a3 100644
--- a/image/mng.c
+++ b/image/mng.c
@@ -33,7 +33,7 @@
#include <sys/time.h>
#include <time.h>
#include <libmng.h>
-#include "desktop/browser.h"
+#include "desktop/schedule.h"
#include "desktop/options.h"
#include "desktop/plotters.h"
#include "image/bitmap.h"