Don't need to include browser.h.

This commit is contained in:
Michael Drake 2012-08-14 14:53:48 +01:00
parent 5526d7e6f2
commit c3f9e3d3ce
1 changed files with 2 additions and 1 deletions

View File

@ -90,11 +90,12 @@
#include <stdbool.h>
#include <stdio.h>
#include "desktop/browser.h"
#include "css/css.h"
#include "utils/nsurl.h"
#include "utils/types.h"
struct box;
struct browser_window;
struct column;
struct object_params;
struct object_param;