mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
lib: remove uncessary #includes from headers
Only include what the header itself needs. The big fish here is intel-gpu-tools.h. More will follow. One ugly thing removed here is the duplicated GEN6_TD_CTL #define, one of which was broken. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#ifndef IGT_CORE_H
|
||||
#define IGT_CORE_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool __igt_fixture(void);
|
||||
void __igt_fixture_complete(void);
|
||||
void __igt_fixture_end(void) __attribute__((noreturn));
|
||||
|
||||
Reference in New Issue
Block a user