diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-16 23:11:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-16 23:12:49 +0300 |
commit | 70b45b2f55174bbdbf254f3efa755ffddb3d2721 (patch) | |
tree | e080f7d42b05079b099bceb47f16d5f3a295bfe2 /vcl/unx/gtk | |
parent | c3fa18254a24c1f260ff655fce9f100da800a28c (diff) |
Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h are
Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r-- | vcl/unx/gtk/window/gtkframe.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx index 5b039ffb0069..edb37a39388c 100644 --- a/vcl/unx/gtk/window/gtkframe.cxx +++ b/vcl/unx/gtk/window/gtkframe.cxx @@ -43,10 +43,10 @@ #endif #include <gtk/gtk.h> -#include <tools/prex.h> +#include <prex.h> #include <X11/Xatom.h> #include <gdk/gdkx.h> -#include <tools/postx.h> +#include <postx.h> #include <dlfcn.h> #include <vcl/salbtype.hxx> |