From c041393e66b4a75cfc1165e184be77cc974a63cb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:51:10 +0100 Subject: move netsurf header into public API --- include/netsurf/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/netsurf/window.h') diff --git a/include/netsurf/window.h b/include/netsurf/window.h index 7ecd3c21d..8b3e9c4f4 100644 --- a/include/netsurf/window.h +++ b/include/netsurf/window.h @@ -23,8 +23,8 @@ * operations. */ -#ifndef _NETSURF_DESKTOP_GUI_WINDOW_H_ -#define _NETSURF_DESKTOP_GUI_WINDOW_H_ +#ifndef _NETSURF_WINDOW_H_ +#define _NETSURF_WINDOW_H_ typedef enum gui_save_type { GUI_SAVE_SOURCE, -- cgit v1.2.3