mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
add missing header includes from previous change
This commit is contained in:
parent
ab952e0634
commit
b39db1dac4
@ -33,6 +33,7 @@
|
|||||||
#include "netsurf/content.h"
|
#include "netsurf/content.h"
|
||||||
#include "content/llcache.h"
|
#include "content/llcache.h"
|
||||||
#include "content/content_protected.h"
|
#include "content/content_protected.h"
|
||||||
|
#include "content/content_factory.h"
|
||||||
#include "desktop/gui_internal.h"
|
#include "desktop/gui_internal.h"
|
||||||
|
|
||||||
#include "image/nssprite.h"
|
#include "image/nssprite.h"
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
#include "netsurf/bitmap.h"
|
#include "netsurf/bitmap.h"
|
||||||
#include "content/llcache.h"
|
#include "content/llcache.h"
|
||||||
#include "content/content_protected.h"
|
#include "content/content_protected.h"
|
||||||
|
#include "content/content_factory.h"
|
||||||
#include "desktop/gui_internal.h"
|
#include "desktop/gui_internal.h"
|
||||||
|
|
||||||
#include "image/image_cache.h"
|
#include "image/image_cache.h"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
* Dummy implementation of javascript engine functions.
|
* Dummy implementation of javascript engine functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "utils/errors.h"
|
||||||
#include "content/content.h"
|
#include "content/content.h"
|
||||||
#include "utils/nsoption.h"
|
#include "utils/nsoption.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user