summaryrefslogtreecommitdiff
path: root/include/comphelper/configurationlistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/configurationlistener.hxx')
-rw-r--r--include/comphelper/configurationlistener.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/comphelper/configurationlistener.hxx b/include/comphelper/configurationlistener.hxx
index 7dc39a308144..4897323b8b9e 100644
--- a/include/comphelper/configurationlistener.hxx
+++ b/include/comphelper/configurationlistener.hxx
@@ -10,19 +10,18 @@
#ifndef INCLUDED_COMPHELPER_CONFIGURATIONLISTENER_HXX
#define INCLUDED_COMPHELPER_CONFIGURATIONLISTENER_HXX
-#include <algorithm>
#include <vector>
-#include <iterator>
#include <comphelper/comphelperdllapi.h>
-#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include <com/sun/star/beans/PropertyChangeEvent.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <rtl/ref.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/configurationhelper.hxx>
+namespace com { namespace sun { namespace star { namespace beans { struct PropertyChangeEvent; } } } }
+namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } }
+
namespace comphelper {
class ConfigurationListener;