From f01ff3a2771332e9f683e5ff4a22df1486530bcf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 31 Jul 2003 01:04:51 +0000 Subject: [PATCH] Prune #includes [SVN r19382] --- include/boost/python/object/inheritance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/object/inheritance.hpp b/include/boost/python/object/inheritance.hpp index dc97b9c9..68295f62 100644 --- a/include/boost/python/object/inheritance.hpp +++ b/include/boost/python/object/inheritance.hpp @@ -9,8 +9,8 @@ # include # include # include -# include # include +# include # include namespace boost { namespace python { namespace objects {