Move all armadillo header include to php_arma.hh

This commit is contained in:
CismonX 2019-09-21 06:49:33 +08:00
parent 466b3081a0
commit 3fb50eff30
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@
#include <php.h>
#include <zend_exceptions.h>
#include <functional>
#include <armadillo>
#define PHP_ARMA_VERSION "0.0.1"

View File

@ -9,8 +9,6 @@
#include "constants.hh"
#include "stream_utils.hh"
#include <armadillo>
namespace php_arma
{
#ifdef ARMA_USE_HDF5