diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:08:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:08:07 +0000 |
commit | fcfe5ec1a8e34bb15c8c592e12bda6522c6095bc (patch) | |
tree | 7bf9f0cf0c62583e7ca2b9b4dc7a00b45fa17177 /automation | |
parent | 6ac70669204dbaa40103656160a0b64ff5a79d35 (diff) |
INTEGRATION: CWS vclcleanup02 (1.3.42); FILE MERGED
2003/12/10 15:55:57 mt 1.3.42.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/server.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx index f69dae36ba62..48ce603e10fb 100644 --- a/automation/source/server/server.cxx +++ b/automation/source/server/server.cxx @@ -2,9 +2,9 @@ * * $RCSfile: server.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-15 15:53:38 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:08:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,9 +98,10 @@ #include <tools/stream.hxx> #endif -#ifndef _SV_CONFIG_HXX //autogen -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif + #include <vos/socket.hxx> #if 1 |