summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-src_ui_tool_node.h
blob: a06293c8cf816ca09e90d91111a3b3b3047ae69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-src_ui_tool_node.h,v 1.1 2014/01/11 17:48:52 wiz Exp $

--- src/ui/tool/node.h.orig	2012-02-14 03:22:17.000000000 +0000
+++ src/ui/tool/node.h
@@ -16,7 +16,9 @@
 #include <iosfwd>
 #include <stdexcept>
 #include <cstddef>
-#include <tr1/functional>
+
+#include <functional>
+
 #include <boost/utility.hpp>
 #include <boost/shared_ptr.hpp>
 #include <boost/optional.hpp>
@@ -32,12 +34,6 @@ template <typename> class NodeIterator;
 }
 }
 
-namespace std {
-namespace tr1 {
-template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >;
-}
-}
-
 namespace Inkscape {
 namespace UI {