diff options
Diffstat (limited to 'vcl/unx/gtk/app/gtksys.cxx')
-rw-r--r-- | vcl/unx/gtk/app/gtksys.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx index 272af20d0886..daaf4b27bc5c 100644 --- a/vcl/unx/gtk/app/gtksys.cxx +++ b/vcl/unx/gtk/app/gtksys.cxx @@ -28,10 +28,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#include <svunx.h> -#include <vcl/svdata.hxx> +#include <unx/svunx.h> +#include <svdata.hxx> #include <vcl/window.hxx> -#include <plugins/gtk/gtkinst.hxx> +#include <unx/gtk/gtkinst.hxx> #include <cstdio> #include <gdk/gdk.h> #include <gtk/gtk.h> |