diff --git a/render/box.h b/render/box.h index 492cd838f..30feacfb9 100644 --- a/render/box.h +++ b/render/box.h @@ -90,11 +90,12 @@ #include #include -#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;