summaryrefslogtreecommitdiff
path: root/sigc++/functors/ptr_fun.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-04 11:12:55 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-07 10:47:04 +0100
commitb929ffe1808039f20493f4e16aa7844bf95c9ea2 (patch)
treeaeb34bbae0e0112cf53691e33c30394b1dbc04ab /sigc++/functors/ptr_fun.h
parent2bc704c5a6c537166b2eb3ddb3a88196e3c2843f (diff)
downloadsigc++-b929ffe1808039f20493f4e16aa7844bf95c9ea2.tar.gz
Don't include functor_trait.h where it is not used.
Diffstat (limited to 'sigc++/functors/ptr_fun.h')
-rw-r--r--sigc++/functors/ptr_fun.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sigc++/functors/ptr_fun.h b/sigc++/functors/ptr_fun.h
index 9242f29..9eab18a 100644
--- a/sigc++/functors/ptr_fun.h
+++ b/sigc++/functors/ptr_fun.h
@@ -1,7 +1,6 @@
#ifndef _SIGC_FUNCTORS_PTR_FUN_H_
#define _SIGC_FUNCTORS_PTR_FUN_H_
#include <sigc++/type_traits.h>
-#include <sigc++/functors/functor_trait.h>
namespace sigc {