diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-23 19:59:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-23 19:59:04 +0000 |
commit | 42d30393e52184c2564f0967d8e6a78294df7f28 (patch) | |
tree | 30b0bdbd53cef87799b00e4e02f339a8a6c7a2db /unoxml | |
parent | e90aebf2e354721c55c54b7e96ef2c683a3830f4 (diff) |
get rid of hash_map include
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/node.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unoxml/source/dom/node.hxx b/unoxml/source/dom/node.hxx index 999c311b3ef3..3d0ff86afab7 100644 --- a/unoxml/source/dom/node.hxx +++ b/unoxml/source/dom/node.hxx @@ -29,8 +29,6 @@ #ifndef DOM_NODE_HXX #define DOM_NODE_HXX -#include <hash_map> - #include <libxml/tree.h> #include <sal/types.h> |