diff options
Diffstat (limited to 'Source/MemoryException.h')
-rw-r--r-- | Source/MemoryException.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/MemoryException.h b/Source/MemoryException.h index ad2824d..48753cd 100644 --- a/Source/MemoryException.h +++ b/Source/MemoryException.h | |||
@@ -1,7 +1,4 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | #include <exception> | ||
3 | #include <string> | ||
4 | #include <vector> | ||
5 | 2 | ||
6 | #define MEMORY_CATCH(expr) \ | 3 | #define MEMORY_CATCH(expr) \ |
7 | try { \ | 4 | try { \ |