1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-01-12 05:49:19 +03:00

add missing header includes from previous change

This commit is contained in:
Vincent Sanders 2020-05-08 09:08:31 +01:00
parent ab952e0634
commit b39db1dac4
3 changed files with 3 additions and 0 deletions
content/handlers
image
javascript/none

View File

@ -33,6 +33,7 @@
#include "netsurf/content.h"
#include "content/llcache.h"
#include "content/content_protected.h"
#include "content/content_factory.h"
#include "desktop/gui_internal.h"
#include "image/nssprite.h"

View File

@ -36,6 +36,7 @@
#include "netsurf/bitmap.h"
#include "content/llcache.h"
#include "content/content_protected.h"
#include "content/content_factory.h"
#include "desktop/gui_internal.h"
#include "image/image_cache.h"

View File

@ -20,6 +20,7 @@
* Dummy implementation of javascript engine functions.
*/
#include "utils/errors.h"
#include "content/content.h"
#include "utils/nsoption.h"