blob: 6ac27d2ce66be945ea8a4fdcbae7efd7cbe5bb6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-src_ui_tool_node.h,v 1.3 2015/02/03 13:55:12 adam Exp $
--- src/ui/tool/node.h.orig 2014-11-30 18:45:32.000000000 +0000
+++ src/ui/tool/node.h
@@ -21,11 +21,7 @@
#include <stdexcept>
#include <cstddef>
-#if __cplusplus >= 201103L
#include <functional>
-#else
-#include <tr1/functional>
-#endif
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
|