From 12908953de817c3e86a3a90c0d8d06887bfadf8e Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 20:01:46 +0000 Subject: [PATCH] INTEGRATION: CWS vgbugs07 (1.6.48); FILE MERGED 2007/06/04 13:30:24 vg 1.6.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- automation/source/simplecm/simplecm.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx index 47643e5a6231..b1128275ff9b 100644 --- a/automation/source/simplecm/simplecm.cxx +++ b/automation/source/simplecm/simplecm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: simplecm.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:37:50 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:01:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,10 +41,10 @@ #include #ifndef _SIMPLECM_HXX -#include "simplecm.hxx" +#include #endif -#include "commdefines.hxx" +#include #include "packethandler.hxx" #include "tcpio.hxx"