summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/llcache.c b/content/llcache.c
index ad4d6d1f7..ec6988fa3 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
+ *
* Low-level resource cache implementation
*
* This is the implementation of the low level cache. This cache
@@ -43,7 +45,8 @@
#include "utils/nsurl.h"
#include "utils/utils.h"
#include "utils/time.h"
-#include "desktop/gui_factory.h"
+#include "desktop/gui_misc.h"
+#include "desktop/gui_internal.h"
#include "content/fetch.h"
#include "content/backing_store.h"