summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index c90ae2de..f8543d65 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -40,7 +40,6 @@
#include <stdarg.h>
#include <getopt.h>
#include <unistd.h>
-#include <glib.h>
#ifndef IGT_LOG_DOMAIN
#define IGT_LOG_DOMAIN (NULL)
@@ -49,7 +48,6 @@
extern const char* __igt_test_description __attribute__((weak));
extern bool __igt_plain_output;
-extern GKeyFile *igt_key_file;
extern char *igt_frame_dump_path;
/**