summaryrefslogtreecommitdiff
path: root/javascript/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/content.c')
-rw-r--r--javascript/content.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/content.c b/javascript/content.c
index d14862859..8bf3b88ba 100644
--- a/javascript/content.c
+++ b/javascript/content.c
@@ -24,16 +24,15 @@
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
-#include <libnsbmp.h>
#include "utils/config.h"
#include "content/content_protected.h"
#include "content/hlcache.h"
-#include "desktop/plotters.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/talloc.h"
#include "utils/utils.h"
+#include "javascript/content.h"
typedef struct javascript_content {
struct content base;