summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-07-18 14:17:35 +0100
committerThomas Wood <thomas.wood@intel.com>2014-07-23 15:23:53 +0100
commite73008bae32de18c86808da0f3393683af92c697 (patch)
tree6be07754b57b6d1add4d468e2ec5b2d2625b6fea /lib/drmtest.c
parente057b86109e67191448d6610e441cbca81513d68 (diff)
tests: remove unused getopt header includes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 7be2e406..f921f673 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -39,7 +39,6 @@
#include <sys/mman.h>
#include <signal.h>
#include <pciaccess.h>
-#include <getopt.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>