From add3ad38030545a957919aa473365c0e0e4cbdc0 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 Jan 2005 15:18:41 +0000 Subject: [PATCH] INTEGRATION: CWS systemboost (1.16.8); FILE MERGED 2005/01/13 16:10:25 cmc 1.16.8.1: #i36983# don't have external in include boost --- jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx index 155c90ea4477..d6a591195569 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sunjavaplugin.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2004-12-16 11:44:41 $ + * last change: $Author: kz $ $Date: 2005-01-18 16:18:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #include #endif -#include "external/boost/scoped_array.hpp" +#include "boost/scoped_array.hpp" #include "osl/diagnose.h" #include "rtl/ustring.hxx" #include "rtl/ustrbuf.hxx"