diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 15:44:23 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 07:14:49 +0000 |
commit | 7546390fb8d4a0f6184302061985e68b0dbceb1d (patch) | |
tree | 8c7db55b4817dedb7281d959ca19d93013234f4f /vcl/inc/unx/gtk/gtkinst.hxx | |
parent | 22d5d2ca7dde6164bd1e0fa9b3493870995375c5 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/inc/unx/gtk/gtkinst.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unx/salinst.h> -#include <generic/gensys.h> +#include <unx/gensys.h> #include <headless/svpinst.hxx> #include <gtk/gtk.h> |