summaryrefslogtreecommitdiff
path: root/io/source/connector/connector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/connector/connector.hxx')
-rw-r--r--io/source/connector/connector.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx
index f9deefa780b9..b113097c4b89 100644
--- a/io/source/connector/connector.hxx
+++ b/io/source/connector/connector.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR.HXX
+#define INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR.HXX
+
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase2.hxx>
@@ -24,8 +27,8 @@
#include <com/sun/star/connection/XConnectionBroadcaster.hpp>
#include <boost/unordered_set.hpp>
-# include <osl/socket.hxx>
-# include <osl/pipe.hxx>
+#include <osl/socket.hxx>
+#include <osl/pipe.hxx>
namespace stoc_connector
{
@@ -130,5 +133,6 @@ namespace stoc_connector
};
}
+#endif // INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR.HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */