diff options
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 359ebd1..49a299c 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4844,10 +4844,9 @@ typedef struct NRE_callback { #define NRE_ASSERT(expr) #endif -#include "tclTomMathDecls.h" - #include "tclIntDecls.h" #include "tclIntPlatDecls.h" +#include "tclTomMathDecls.h" #if !defined(USE_TCL_STUBS) && !defined(TCL_MEM_DEBUG) #define Tcl_AttemptAlloc(size) TclpAlloc(size) |