summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-18 21:31:48 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-18 21:31:48 +0100
commit73c1b2ce0dc2f7fe7cb698404f1f15f1534431e1 (patch)
tree1316a9a85fa1a432efd7d4276ac559343f015b5a /comphelper
parentde9dba9275aff2863978f7f665685d54ef82b0ad (diff)
gridsort: corrected include
Diffstat (limited to 'comphelper')
-rwxr-xr-xcomphelper/inc/comphelper/anycompare.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/anycompare.hxx b/comphelper/inc/comphelper/anycompare.hxx
index 8fd398b7647d..94a97e4d78fc 100755
--- a/comphelper/inc/comphelper/anycompare.hxx
+++ b/comphelper/inc/comphelper/anycompare.hxx
@@ -33,7 +33,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
/** === end UNO includes === **/
-#include <cppuhelper/extract.hxx>
+#include <comphelper/extract.hxx>
#include <functional>
#include <memory>