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/fetch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/netsurf/fetch.h') diff --git a/include/netsurf/fetch.h b/include/netsurf/fetch.h index 22c5e6a2e..6e6d653ee 100644 --- a/include/netsurf/fetch.h +++ b/include/netsurf/fetch.h @@ -22,8 +22,8 @@ * Interface to platform-specific fetcher operations. */ -#ifndef _NETSURF_DESKTOP_GUI_FETCH_H_ -#define _NETSURF_DESKTOP_GUI_FETCH_H_ +#ifndef _NETSURF_FETCH_H_ +#define _NETSURF_FETCH_H_ struct nsurl; -- cgit v1.2.3