diff options
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/testtool/tcommuni.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/testtool/tcommuni.cxx b/automation/source/testtool/tcommuni.cxx index 69e34b56fe60..99f4dcb115cb 100644 --- a/automation/source/testtool/tcommuni.cxx +++ b/automation/source/testtool/tcommuni.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tcommuni.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:03:49 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:09:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,8 +60,8 @@ ************************************************************************/ -#ifndef _SV_CONFIG_HXX //autogen -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _SV_SVAPP_HXX //autogen #include <vcl/svapp.hxx> |