INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED

2007/06/04 13:29:36 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
This commit is contained in:
Jens-Heiner Rechtien 2007-06-27 19:18:20 +00:00
parent 916e26d051
commit 4ba3493a0f
2 changed files with 7 additions and 7 deletions

View file

@ -4,9 +4,9 @@
*
* $RCSfile: lineinfo.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2006-09-17 12:04:47 $
* last change: $Author: hr $ $Date: 2007-06-27 20:17:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -46,7 +46,7 @@
#include <tools/debug.hxx>
#endif
#ifndef _SV_LINEINFO_HXX
#include <lineinfo.hxx>
#include <vcl/lineinfo.hxx>
#endif
DBG_NAME( LineInfo )

View file

@ -4,9 +4,9 @@
*
* $RCSfile: octree.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2006-09-17 12:05:50 $
* last change: $Author: hr $ $Date: 2007-06-27 20:18:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -37,12 +37,12 @@
#include "precompiled_vcl.hxx"
#include <limits.h>
#ifndef _SV_BMPACC_HXX
#include <bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#endif
#ifndef _SV_IMPOCT_HXX
#include <impoct.hxx>
#endif
#include <octree.hxx>
#include <vcl/octree.hxx>
// ---------
// - pMask -