summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/sm.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-16 23:11:22 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-16 23:12:49 +0300
commit70b45b2f55174bbdbf254f3efa755ffddb3d2721 (patch)
treee080f7d42b05079b099bceb47f16d5f3a295bfe2 /vcl/unx/generic/app/sm.cxx
parentc3fa18254a24c1f260ff655fce9f100da800a28c (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/generic/app/sm.cxx')
-rw-r--r--vcl/unx/generic/app/sm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx
index cfa587ec7f57..bc5c0e70368e 100644
--- a/vcl/unx/generic/app/sm.cxx
+++ b/vcl/unx/generic/app/sm.cxx
@@ -34,9 +34,9 @@
#include <osl/security.h>
#include <osl/conditn.h>
-#include <tools/prex.h>
+#include <prex.h>
#include <X11/Xatom.h>
-#include <tools/postx.h>
+#include <postx.h>
#include <unx/sm.hxx>
#include <unx/saldata.hxx>