aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-08-19 10:34:15 -0700
committerEric Anholt <[email protected]>2014-08-22 10:16:57 -0700
commitb0a1e401a93b7b13870b936bc667b3fc15dba6d5 (patch)
tree7b9fbc09c08b2e6b14cbdb2a5a367b756f8f5619 /src/gallium/drivers/vc4/vc4_screen.c
parentd77f5603a5de26e66561ec003118bbfb1a07666b (diff)
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.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.c')
-rw-r--r--src/gallium/drivers/vc4/vc4_screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.c b/src/gallium/drivers/vc4/vc4_screen.c
index 4a86e21169d..feff50c4b05 100644
--- a/src/gallium/drivers/vc4/vc4_screen.c
+++ b/src/gallium/drivers/vc4/vc4_screen.c
@@ -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"