Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.

This commit is contained in:
Eric Anholt
2010-06-22 10:38:52 -07:00
committed by Ian Romanick
parent b302359394
commit ac95f2f8c8
22 changed files with 11 additions and 24 deletions
-1
View File
@@ -21,7 +21,6 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <cstdio>
#include "glsl_symbol_table.h"
#include "ast.h"
#include "glsl_types.h"