vc4: Include stdio/stdlib in headers so I don't have to include it per file.

There are a few tools I want to have always available, and fprintf() and
abort() are among them.
This commit is contained in:
Eric Anholt
2014-08-19 10:34:15 -07:00
parent d77f5603a5
commit b0a1e401a9
15 changed files with 4 additions and 21 deletions

View File

@@ -22,8 +22,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include "os/os_misc.h"
#include "pipe/p_defines.h"
#include "pipe/p_screen.h"