diff options
author | Eric Anholt <eric@anholt.net> | 2010-06-22 10:38:52 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-22 12:30:55 -0700 |
commit | ac95f2f8c88d39aaa878f61172d9748af13e2c80 (patch) | |
tree | 6fb453ee5a6ddb7275b2a1099804e9e91db44dcf /ir_variable.cpp | |
parent | b302359394312112a61aec58c99be9ffc3406c92 (diff) |
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Diffstat (limited to 'ir_variable.cpp')
-rw-r--r-- | ir_variable.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ir_variable.cpp b/ir_variable.cpp index 0c0d1278a4..49d8e3dcfb 100644 --- a/ir_variable.cpp +++ b/ir_variable.cpp @@ -21,10 +21,9 @@ * DEALINGS IN THE SOFTWARE. */ -#include <stdio.h> +#include "ir.h" #include "glsl_parser_extras.h" #include "glsl_symbol_table.h" -#include "ir.h" #include "builtin_variables.h" #ifndef Elements |