summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-02-13 16:11:32 +0000
committerJörg Barfurth <jb@openoffice.org>2001-02-13 16:11:32 +0000
commite907b196da91527a52cb98d67cb44a0e144ef90c (patch)
treecf1b371ff310f5bb1505dd765be124cfd7498b82 /configmgr
parentc95b00d78fde248567b7af7ee95dfd8deae010dc (diff)
Fixed stl includes
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/confignotifier.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/api2/confignotifier.cxx b/configmgr/source/api2/confignotifier.cxx
index c50f52494cba..2f7317a243c8 100644
--- a/configmgr/source/api2/confignotifier.cxx
+++ b/configmgr/source/api2/confignotifier.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confignotifier.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jb $ $Date: 2000-11-16 18:15:43 $
+ * last change: $Author: jb $ $Date: 2001-02-13 17:11:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,8 @@
#include "apitreeaccess.hxx"
#include "apitreeimplobj.hxx"
-#include <stl/set>
-#include <stl/functional>
+#include <set>
+#include <functional>
namespace configmgr
{