summaryrefslogtreecommitdiff
path: root/hir_field_selection.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 /hir_field_selection.cpp
parentb302359394312112a61aec58c99be9ffc3406c92 (diff)
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Diffstat (limited to 'hir_field_selection.cpp')
-rw-r--r--hir_field_selection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hir_field_selection.cpp b/hir_field_selection.cpp
index f0be84dab4..e60ea30d7f 100644
--- a/hir_field_selection.cpp
+++ b/hir_field_selection.cpp
@@ -20,13 +20,13 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-#include <stdio.h>
+
+#include "ir.h"
#include "main/imports.h"
#include "symbol_table.h"
#include "glsl_parser_extras.h"
#include "ast.h"
#include "glsl_types.h"
-#include "ir.h"
struct ir_rvalue *
_mesa_ast_field_selection_to_hir(const ast_expression *expr,