diff options
Diffstat (limited to 'include/comphelper/servicedecl.hxx')
-rw-r--r-- | include/comphelper/servicedecl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/servicedecl.hxx b/include/comphelper/servicedecl.hxx index f91ee5c48c70..a6ab8b666f92 100644 --- a/include/comphelper/servicedecl.hxx +++ b/include/comphelper/servicedecl.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <uno/environment.h> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <boost/function.hpp> #include <boost/preprocessor/cat.hpp> #include <boost/preprocessor/repetition.hpp> |