diff options
author | Determinant <[email protected]> | 2015-06-24 22:45:18 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-24 22:45:43 +0800 |
commit | b6301089cde20f4c825c7f5deaf179082aad63da (patch) | |
tree | b50b8b476cbf5f0a6bb7d866152dd53eeb91caab /tnet_io/cwrapper.h | |
parent | 32eac093cc431849a92e5a2297c5fe646fd60556 (diff) |
use libnervcore & libluaT
Diffstat (limited to 'tnet_io/cwrapper.h')
-rw-r--r-- | tnet_io/cwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnet_io/cwrapper.h b/tnet_io/cwrapper.h index 01371ec..a52770b 100644 --- a/tnet_io/cwrapper.h +++ b/tnet_io/cwrapper.h @@ -1,6 +1,6 @@ #ifndef NERV_TNET_IO_CWRAPPER #define NERV_TNET_IO_CWRAPPER -#include "../../nerv/matrix/generic/matrix.h" +#include "../../nerv/lib/matrix/matrix.h" #include "../../nerv/common.h" #ifdef __cplusplus extern "C" { |