diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:27:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:27:06 +0000 |
commit | dfe0e67325dde51e6cdc4b2cef49041a60738113 (patch) | |
tree | a38a332cf6d16ed629e64b6a69d0e2b138580d93 | |
parent | 4acfd350653998a087a55f3dda85ab1965d90a10 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.172); FILE MERGED
2007/06/04 13:29:45 vg 1.8.172.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | vcl/source/helper/threadex.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/helper/threadex.cxx b/vcl/source/helper/threadex.cxx index 94c243c150d3..22a3e35cf8f9 100644 --- a/vcl/source/helper/threadex.cxx +++ b/vcl/source/helper/threadex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: threadex.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-11-01 14:56:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:27:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,8 +37,8 @@ #include "precompiled_vcl.hxx" #define THREADEX_IMPLEMENTATION -#include <threadex.hxx> -#include <svapp.hxx> +#include <vcl/threadex.hxx> +#include <vcl/svapp.hxx> using namespace vcl; |