From e0fa8ec61965e1a71fe3b234ac550a487625e431 Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Fri, 14 May 2010 23:43:38 +0000 Subject: [PATCH] numpy python extensions - moved main header file inside subdirectory --- boost/python/{ => numpy}/numpy.hpp | 0 libs/python/numpy/test/ufunc_mod.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename boost/python/{ => numpy}/numpy.hpp (100%) diff --git a/boost/python/numpy.hpp b/boost/python/numpy/numpy.hpp similarity index 100% rename from boost/python/numpy.hpp rename to boost/python/numpy/numpy.hpp diff --git a/libs/python/numpy/test/ufunc_mod.cpp b/libs/python/numpy/test/ufunc_mod.cpp index 4b5c9563..0fc2e3a6 100644 --- a/libs/python/numpy/test/ufunc_mod.cpp +++ b/libs/python/numpy/test/ufunc_mod.cpp @@ -1,4 +1,4 @@ -#include +#include namespace bp = boost::python;