From 7546390fb8d4a0f6184302061985e68b0dbceb1d Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 11 Jan 2016 15:44:23 +1100 Subject: vcl: move vcl/generic/app/ files to vcl/unx/generic/app These source files as all specific to Unix environments (not, however, OS X) and are not "generic" (i.e. used across all platforms). Change-Id: Idba1e9bbe14d8a4bb8e5dd2c2ad1dc75458da53c Reviewed-on: https://gerrit.libreoffice.org/21335 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- vcl/inc/unx/gtk/gtkinst.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/unx/gtk/gtkinst.hxx') diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index a7c489b7bf5d..adcb142e21ac 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -21,7 +21,7 @@ #define INCLUDED_VCL_INC_UNX_GTK_GTKINST_HXX #include -#include +#include #include #include -- cgit