diff options
Diffstat (limited to 'Tools/Source/TianoTools/Common/MyAlloc.h')
-rw-r--r-- | Tools/Source/TianoTools/Common/MyAlloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Tools/Source/TianoTools/Common/MyAlloc.h b/Tools/Source/TianoTools/Common/MyAlloc.h index d766682ea1..9697012d7d 100644 --- a/Tools/Source/TianoTools/Common/MyAlloc.h +++ b/Tools/Source/TianoTools/Common/MyAlloc.h @@ -25,11 +25,8 @@ Abstract: #include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <Base.h>
-/*
-#include "Tiano.h"
-*/
+#include <Common/BaseTypes.h>
//
// Default operation is to use the memory allocation tracking functions.
|