tests: remove unused getopt header includes
authorThomas Wood <thomas.wood@intel.com>
Fri, 18 Jul 2014 13:17:35 +0000 (14:17 +0100)
committerThomas Wood <thomas.wood@intel.com>
Wed, 23 Jul 2014 14:23:53 +0000 (15:23 +0100)
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
14 files changed:
lib/drmtest.c
lib/igt_aux.c
lib/rendercopy_gen6.c
lib/rendercopy_gen7.c
lib/rendercopy_gen8.c
lib/rendercopy_i830.c
lib/rendercopy_i915.c
tests/gem_media_fill.c
tests/gem_render_copy_redux.c
tests/gem_render_linear_blits.c
tests/gem_render_tiled_blits.c
tests/gem_wait_render_timeout.c
tests/kms_setmode.c
tests/pm_rps.c

index 7be2e40..f921f67 100644 (file)
@@ -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>
index 7b277be..0bcaa3b 100644 (file)
@@ -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>
index 7b3104c..afe7562 100644 (file)
@@ -9,7 +9,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 #include "drm.h"
 #include "i915_drm.h"
 #include "drmtest.h"
index 5131d8f..2932f1e 100644 (file)
@@ -9,7 +9,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 #include "drm.h"
 #include "i915_drm.h"
 #include "drmtest.h"
index a32871d..ff0b0c8 100644 (file)
@@ -9,7 +9,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 
 #include <drm.h>
 #include <i915_drm.h>
index f0235a5..04215b1 100644 (file)
@@ -8,7 +8,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 #include "drm.h"
 #include "i915_drm.h"
 #include "drmtest.h"
index 1acf9da..fc9583c 100644 (file)
@@ -8,7 +8,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 #include "drm.h"
 #include "i915_drm.h"
 #include "drmtest.h"
index db2380b..b06a556 100644 (file)
@@ -41,7 +41,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 #include "drm.h"
 #include "ioctl_wrappers.h"
 #include "drmtest.h"
index f711fdb..cb48aa7 100644 (file)
@@ -43,7 +43,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 
 #include <drm.h>
 
index ee99dea..28fd8c8 100644 (file)
@@ -46,7 +46,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 
 #include <drm.h>
 
index 3d83f7c..ea1d59d 100644 (file)
@@ -42,7 +42,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 
 #include <drm.h>
 
index a34c006..3afab9c 100644 (file)
@@ -36,7 +36,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <getopt.h>
 
 #include <drm.h>
 
index 0b765a9..8762255 100644 (file)
@@ -29,7 +29,6 @@
 #include <stdint.h>
 #include <unistd.h>
 #include <string.h>
-#include <getopt.h>
 #include <sys/time.h>
 
 #include "drmtest.h"
index c1156a5..96fec99 100644 (file)
@@ -31,7 +31,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <getopt.h>
 #include <fcntl.h>
 #include <signal.h>
 #include <errno.h>