diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-13 22:28:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-13 22:28:03 +0300 |
commit | f2b51ca5984fc464fbcee652b13c0287752d3c7a (patch) | |
tree | f320495b9c67a92a242bdacb64e84824cb6de996 /src/debug.h | |
parent | d8a5cfe68b1e3826ea9999396c888e2baae062ad (diff) | |
download | mv-f2b51ca5984fc464fbcee652b13c0287752d3c7a.tar.gz mv-f2b51ca5984fc464fbcee652b13c0287752d3c7a.tar.bz2 mv-f2b51ca5984fc464fbcee652b13c0287752d3c7a.tar.xz mv-f2b51ca5984fc464fbcee652b13c0287752d3c7a.zip |
Move memory debug files into nvwa directory.
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index a4feb574b..307766806 100644 --- a/src/debug.h +++ b/src/debug.h @@ -25,7 +25,7 @@ #ifdef ENABLE_MEM_DEBUG // #define _DEBUG_NEW_EMULATE_MALLOC 1 -#include "debug/debug_new.h" +#include "debug/nvwa/debug_new.h" #endif // ENABLE_MEM_DEBUG |