From f0389a7f4fa39e437642a7236d7804c6a0cb47a0 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 13:59:36 -0600 Subject: fdo#65108 inter-module includes <> Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc --- include/comphelper/asyncnotification.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/comphelper/asyncnotification.hxx') diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx index 64bbae4352c8..03c083106e0e 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX #define INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX -#include "sal/config.h" +#include -#include "boost/scoped_ptr.hpp" -#include "comphelper/comphelperdllapi.h" -#include "rtl/ref.hxx" -#include "sal/types.h" -#include "salhelper/thread.hxx" +#include +#include +#include +#include +#include //........................................................................ namespace comphelper -- cgit