lib: more unecessary header removal

This time big with media_fill.h

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-22 20:18:51 +01:00
parent 6cfcd71589
commit 924115bfcd
9 changed files with 14 additions and 17 deletions
+3
View File
@@ -30,7 +30,10 @@
#ifndef IGT_CORE_H
#define IGT_CORE_H
#include <setjmp.h>
#include <stdbool.h>
#include <string.h>
#include <sys/types.h>
bool __igt_fixture(void);
void __igt_fixture_complete(void);