lib: add a single include header
Add a header that includes all the headers for the library. This allows
reorganisation of the library without affecting programs using it and
also simplifies the headers that need to be included to use the library.
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
diff --git a/tests/gem_alive.c b/tests/gem_alive.c
index 390a54f..c94e3dc 100644
--- a/tests/gem_alive.c
+++ b/tests/gem_alive.c
@@ -1,3 +1,4 @@
+#include "igt.h"
#include <sys/ioctl.h>
#include <fcntl.h>
#include <errno.h>
@@ -5,7 +6,6 @@
#include <signal.h>
#include <i915_drm.h>
-#include "drmtest.h"
int main(void)
{