diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-09-29 16:05:21 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:48 +0100 |
commit | b26a596c5b43834f90de7fb5c6bed824c8d2b2ba (patch) | |
tree | fcd6fa8f35f046745a68f3c93d66bf7c26cb31ae /vcl/inc/unx/x11 | |
parent | 6ff506e6e92719049c6f42c8e5327ac16954ecb0 (diff) |
gtk3: remove X dependency (for now)
Diffstat (limited to 'vcl/inc/unx/x11')
-rw-r--r-- | vcl/inc/unx/x11/x11sys.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx index a4385347bfa2..04598346c7e3 100644 --- a/vcl/inc/unx/x11/x11sys.hxx +++ b/vcl/inc/unx/x11/x11sys.hxx @@ -33,10 +33,10 @@ #include <vcl/sv.h> #include <osl/mutex.hxx> #include <osl/thread.hxx> -#include <unx/salsys.h> +#include <generic/gensys.h> #include <vclpluginapi.h> -class VCLPLUG_GEN_PUBLIC X11SalSystem : public UnxSalSystem +class VCLPLUG_GEN_PUBLIC X11SalSystem : public SalGenericSystem { public: X11SalSystem() {} |