Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
This commit is contained in:
committed by
Ian Romanick
parent
b302359394
commit
ac95f2f8c8
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user