diff options
Diffstat (limited to 'indra/lscript/lscript_compile/lscript_error.h')
-rw-r--r-- | indra/lscript/lscript_compile/lscript_error.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/lscript/lscript_compile/lscript_error.h b/indra/lscript/lscript_compile/lscript_error.h index 4ad7b60dd8..9e76b9a4d7 100644 --- a/indra/lscript/lscript_compile/lscript_error.h +++ b/indra/lscript/lscript_compile/lscript_error.h @@ -9,11 +9,8 @@ #ifndef LL_LSCRIPT_ERROR_H #define LL_LSCRIPT_ERROR_H -#include <stdio.h> -#include "stdtypes.h" #include "lscript_scope.h" - typedef enum e_lscript_compile_pass { LSCP_INVALID, |