From 7dab7cb43d4091648ceb40684ff70aff7091c648 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Jan 2017 10:01:25 +0000 Subject: move plot style header to netsurf include directory move plotter style header and adjust all callers to use only what they actually require. --- include/netsurf/clipboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/netsurf/clipboard.h') diff --git a/include/netsurf/clipboard.h b/include/netsurf/clipboard.h index d90ebc4cb..ab8d10aa7 100644 --- a/include/netsurf/clipboard.h +++ b/include/netsurf/clipboard.h @@ -28,7 +28,7 @@ #include #include "utils/errors.h" -#include "desktop/plot_style.h" +#include "netsurf/plot_style.h" typedef struct nsnsclipboard_styles { size_t start; /**< Start of run */ -- cgit v1.2.3