From 57427620704c707fa5d50eb6f01a5c4654708c4c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 1 Aug 2019 17:22:17 +0100 Subject: split browser and browser_window operations --- desktop/browser_private.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'desktop/browser_private.h') diff --git a/desktop/browser_private.h b/desktop/browser_private.h index 192d22bf0..a5a6dcc9c 100644 --- a/desktop/browser_private.h +++ b/desktop/browser_private.h @@ -22,13 +22,8 @@ * Browser window private structure. */ -#ifndef _NETSURF_DESKTOP_BROWSER_PRIVATE_H_ -#define _NETSURF_DESKTOP_BROWSER_PRIVATE_H_ - -#include - -#include "netsurf/types.h" -#include "netsurf/browser_window.h" +#ifndef NETSURF_DESKTOP_BROWSER_PRIVATE_H_ +#define NETSURF_DESKTOP_BROWSER_PRIVATE_H_ #include "desktop/frame_types.h" -- cgit v1.2.3