diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-10 17:36:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-10 17:36:05 +0200 |
commit | 2432083b50ea7481247c303187bb3922714f93d5 (patch) | |
tree | e48083cb0bdadcfcd090384ec7b55d72dda9ea12 | |
parent | cf5001f99fe7a855155c5b3facc241163ccf1777 (diff) |
Remove bogus header
Thanks to Rene Engelhard for pointing this out.
Change-Id: I6a6c91f6675ec8034c0af85dcb89bcbfaa7a18d8
-rw-r--r-- | vcl/unx/generic/app/saldisp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx index 2c34fd0951a2..90bdf839fcb0 100644 --- a/vcl/unx/generic/app/saldisp.cxx +++ b/vcl/unx/generic/app/saldisp.cxx @@ -66,9 +66,7 @@ Status XineramaGetInfo(Display*, int, XRectangle*, unsigned char*, int*); #include <tools/postx.h> -#include <svtools/langhelp.hxx> #include <vcl/svapp.hxx> - #include <unx/salunx.h> #include <sal/types.h> #include "unx/i18n_im.hxx" |