diff options
author | Determinant <[email protected]> | 2015-06-22 18:56:04 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-22 18:56:04 +0800 |
commit | 32eac093cc431849a92e5a2297c5fe646fd60556 (patch) | |
tree | 28a7043f7d7138d58916b60de7231b093d93bbde /tnet_io | |
parent | 3910eb670f3c29aba95596bb8c55cbee3368f805 (diff) |
make it a luarocks package
Diffstat (limited to 'tnet_io')
-rw-r--r-- | tnet_io/cwrapper.cpp | 2 | ||||
-rw-r--r-- | tnet_io/cwrapper.h | 4 | ||||
-rw-r--r-- | tnet_io/init.c | 2 |
3 files changed, 4 insertions, 4 deletions
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 <stdio.h> |