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

@@ -23,7 +23,6 @@
#include <errno.h>
#include <err.h>
#include <stdio.h>
#include <sys/mman.h>
#include <xf86drm.h>
#include <xf86drmMode.h>

View File

@@ -23,7 +23,6 @@
#include <xf86drm.h>
#include <err.h>
#include <stdio.h>
#include "pipe/p_defines.h"
#include "util/u_inlines.h"

View File

@@ -25,6 +25,8 @@
#ifndef VC4_CONTEXT_H
#define VC4_CONTEXT_H
#include <stdio.h>
#include "pipe/p_context.h"
#include "pipe/p_state.h"
#include "util/u_slab.h"

View File

@@ -22,8 +22,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include "util/u_format.h"
#include "util/u_pack_color.h"
#include "indices/u_primconvert.h"

View File

@@ -32,7 +32,6 @@
* later be copy-propagated out.
*/
#include <stdio.h>
#include "vc4_qir.h"
bool

View File

@@ -32,8 +32,6 @@
* there's no killing to worry about.
*/
#include <stdlib.h>
#include <stdio.h>
#include "vc4_qir.h"
bool

View File

@@ -31,8 +31,6 @@
* instructions as used.
*/
#include <stdio.h>
#include <stdlib.h>
#include "vc4_qir.h"
bool

View File

@@ -22,7 +22,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include <inttypes.h>
#include "pipe/p_state.h"
#include "util/u_format.h"

View File

@@ -21,8 +21,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include "util/u_memory.h"
#include "util/u_simple_list.h"

View File

@@ -24,6 +24,8 @@
#ifndef VC4_QIR_H
#define VC4_QIR_H
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>

View File

@@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include <inttypes.h>
#include "vc4_context.h"

View File

@@ -22,8 +22,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include "util/u_memory.h"
#include "util/u_format.h"
#include "util/u_inlines.h"

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"

View File

@@ -23,8 +23,6 @@
#ifdef USE_VC4_SIMULATOR
#include <stdio.h>
#include "util/u_memory.h"
#include "vc4_screen.h"

View File

@@ -22,8 +22,6 @@
* IN THE SOFTWARE.
*/
#include <stdio.h>
#include "pipe/p_state.h"
#include "util/u_inlines.h"
#include "util/u_math.h"