use public browser interface rather than private

This commit is contained in:
Vincent Sanders 2014-07-24 00:23:53 +01:00
parent 235f3f6c57
commit e4920ae2c7

View File

@ -28,7 +28,7 @@
#include "utils/utils.h"
#include "utils/file.h"
#include "desktop/netsurf.h"
#include "desktop/browser_private.h"
#include "desktop/browser.h"
#include "render/html.h"
#include "content/hlcache.h"
#include "content/content.h"