diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2011-11-28 14:18:04 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-11-28 14:56:41 +0100 |
commit | 75dbef14bb484e018f9019c82b7bd9d54549401c (patch) | |
tree | 6fdc8cb4d15319635348ba86e886ec9684800c11 /vcl/unx/gtk/app/gtkinst.cxx | |
parent | 13673b71bc9936d4a8c97f86c7d6f4e713839b40 (diff) |
Headless got moved, fix gtk3 build.
Diffstat (limited to 'vcl/unx/gtk/app/gtkinst.cxx')
-rw-r--r-- | vcl/unx/gtk/app/gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx index a16df25b4fcf..f3f13434ef62 100644 --- a/vcl/unx/gtk/app/gtkinst.cxx +++ b/vcl/unx/gtk/app/gtkinst.cxx @@ -611,7 +611,7 @@ GenPspGraphics *GtkInstance::CreatePrintGraphics() } #if GTK_CHECK_VERSION(3,0,0) -#include "../../headless/svpinst.cxx" +#include "../../../headless/svpinst.cxx" #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |