aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.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_context.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_context.c')
-rw-r--r--src/gallium/drivers/vc4/vc4_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.c b/src/gallium/drivers/vc4/vc4_context.c
index 1ffaab12765..5d698a84798 100644
--- a/src/gallium/drivers/vc4/vc4_context.c
+++ b/src/gallium/drivers/vc4/vc4_context.c
@@ -23,7 +23,6 @@
#include <xf86drm.h>
#include <err.h>
-#include <stdio.h>
#include "pipe/p_defines.h"
#include "util/u_inlines.h"