diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 16:20:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 16:20:08 +0000 |
commit | 504aeb634bb385e4a732c16b6301ce18eb675fab (patch) | |
tree | 6b98a28264f0a461faf7d330cc3c789a7ae0acaa /tools/bootstrp/command.cxx | |
parent | 60b5f1f154bc94b6610e964d9ef3e2de42dd1f23 (diff) |
INTEGRATION: CWS ooo20030412 (1.6.24.2.20); FILE MERGED
2003/04/01 14:55:12 mh 1.6.24.2.20.1: chg: old style header, #i3557#
Diffstat (limited to 'tools/bootstrp/command.cxx')
-rw-r--r-- | tools/bootstrp/command.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/command.cxx b/tools/bootstrp/command.cxx index 0e58ffbc144b..21f30be32676 100644 --- a/tools/bootstrp/command.cxx +++ b/tools/bootstrp/command.cxx @@ -2,9 +2,9 @@ * * $RCSfile: command.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:02:55 $ + * last change: $Author: hr $ $Date: 2003-04-28 17:20:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ #include "debug.hxx" #include "appdef.hxx" -#include <iostream.h> +#include <iostream> #include <string.h> #include <stdlib.h> #include <stdio.h> |