From e0481dfa44f8cf14e68631441d92279509433a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Tue, 7 Nov 2023 09:39:43 +0100 Subject: [PATCH] Remove unneeded header --- src/PyClassifier.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PyClassifier.cc b/src/PyClassifier.cc index a17b7d2..d108b99 100644 --- a/src/PyClassifier.cc +++ b/src/PyClassifier.cc @@ -1,5 +1,4 @@ #include "PyClassifier.h" -#include "numpy/arrayobject.h" namespace pywrap { namespace bp = boost::python;