r600g: Include p_compiler.h instead of malloc.h.

This commit is contained in:
Vinson Lee 2010-09-26 03:23:31 -07:00
parent 15f16328be
commit 6f16e497af
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <malloc.h>
#include <pipe/p_compiler.h>
#include <pipe/p_screen.h>
#include <pipebuffer/pb_bufmgr.h>
#include "radeon_priv.h"