diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:59:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:59:12 +0000 |
commit | 740b44fd23f3f998a1f3dfe76b98fe0d5cd5a7a3 (patch) | |
tree | b22222aa597b4633c7155473032c8a700023ec98 /cppcanvas/source/inc | |
parent | 80d4ac8725187f9f4c0efee84cf5955731ecfe92 (diff) |
INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:42 cmc 1.2.10.1: #i30801 no need to prepend external before boost
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index 23818a64b741..43827684e373 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: implrenderer.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:41:02 $ + * last change: $Author: rt $ $Date: 2004-09-08 16:59:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ #endif #ifndef BOOST_SHARED_PTR_HPP_INCLUDED -#include <external/boost/shared_ptr.hpp> +#include <boost/shared_ptr.hpp> #endif #ifndef _CPPCANVAS_RENDERER_HXX |