INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:39 cmc 1.2.10.1: #i30801 no need to prepend external before boost
This commit is contained in:
parent
5539fb2397
commit
35cdfc581c
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: spritecanvas.hxx,v $
|
* $RCSfile: spritecanvas.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: thb $ $Date: 2004-03-18 10:41:00 $
|
* last change: $Author: rt $ $Date: 2004-09-08 16:58:33 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
|
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
|
||||||
#include <external/boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: text.hxx,v $
|
* $RCSfile: text.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: thb $ $Date: 2004-03-18 10:41:00 $
|
* last change: $Author: rt $ $Date: 2004-09-08 16:58:48 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
#define _CPPCANVAS_TEXT_HXX
|
#define _CPPCANVAS_TEXT_HXX
|
||||||
|
|
||||||
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
|
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
|
||||||
#include <external/boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _CPPCANVAS_CANVASGRAPHIC_HXX
|
#ifndef _CPPCANVAS_CANVASGRAPHIC_HXX
|
||||||
|
|
Loading…
Reference in a new issue