From 32eac093cc431849a92e5a2297c5fe646fd60556 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 22 Jun 2015 18:56:04 +0800 Subject: make it a luarocks package --- tnet_io/cwrapper.cpp | 2 +- tnet_io/cwrapper.h | 4 ++-- tnet_io/init.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tnet_io') diff --git a/tnet_io/cwrapper.cpp b/tnet_io/cwrapper.cpp index 800df2e..84e1d63 100644 --- a/tnet_io/cwrapper.cpp +++ b/tnet_io/cwrapper.cpp @@ -8,7 +8,7 @@ extern "C" { #include "cwrapper.h" #include "string.h" -#include "../../common.h" +#include "../../nerv/common.h" extern Matrix *nerv_matrix_host_float_new_(lua_State *L, long nrow, long ncol); diff --git a/tnet_io/cwrapper.h b/tnet_io/cwrapper.h index c2ca1ba..01371ec 100644 --- a/tnet_io/cwrapper.h +++ b/tnet_io/cwrapper.h @@ -1,7 +1,7 @@ #ifndef NERV_TNET_IO_CWRAPPER #define NERV_TNET_IO_CWRAPPER -#include "../../matrix/generic/matrix.h" -#include "../../common.h" +#include "../../nerv/matrix/generic/matrix.h" +#include "../../nerv/common.h" #ifdef __cplusplus extern "C" { #endif diff --git a/tnet_io/init.c b/tnet_io/init.c index da93b35..5251d1e 100644 --- a/tnet_io/init.c +++ b/tnet_io/init.c @@ -1,4 +1,4 @@ -#include "../../common.h" +#include "../../nerv/common.h" #include "cwrapper.h" #include -- cgit v1.2.3-70-g09d2