summaryrefslogtreecommitdiff
path: root/ast_function.cpp
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-06-22 10:38:52 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-06-22 12:30:55 -0700
commitac95f2f8c88d39aaa878f61172d9748af13e2c80 (patch)
tree6fb453ee5a6ddb7275b2a1099804e9e91db44dcf /ast_function.cpp
parentb302359394312112a61aec58c99be9ffc3406c92 (diff)
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Diffstat (limited to 'ast_function.cpp')
-rw-r--r--ast_function.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast_function.cpp b/ast_function.cpp
index 279c45eac0..26050977d5 100644
--- a/ast_function.cpp
+++ b/ast_function.cpp
@@ -21,7 +21,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#include <cstdio>
#include "glsl_symbol_table.h"
#include "ast.h"
#include "glsl_types.h"