diff options
author | David Robillard <d@drobilla.net> | 2020-08-13 19:48:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-14 09:43:38 +0200 |
commit | b52e3f8db950cc8f3397fad00d0fcc8e611004f7 (patch) | |
tree | 59ff12f518308d36befb5b854dd73815ed8b8210 /zix/tree_debug.h | |
parent | f8b396210aa3247a64c890a69a7d059513797607 (diff) | |
download | zix-b52e3f8db950cc8f3397fad00d0fcc8e611004f7.tar.gz zix-b52e3f8db950cc8f3397fad00d0fcc8e611004f7.tar.bz2 zix-b52e3f8db950cc8f3397fad00d0fcc8e611004f7.zip |
Remove workarounds for ancient versions of MSVC
Diffstat (limited to 'zix/tree_debug.h')
-rw-r--r-- | zix/tree_debug.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/zix/tree_debug.h b/zix/tree_debug.h index e903265..ff9311e 100644 --- a/zix/tree_debug.h +++ b/zix/tree_debug.h @@ -17,9 +17,7 @@ #ifndef ZIX_TREE_DEBUG_H #define ZIX_TREE_DEBUG_H -#ifndef _MSC_VER -# include <inttypes.h> -#endif +#include <inttypes.h> #ifdef ZIX_TREE_DUMP static void |