From: Thomas Wood <thomas.wood@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: daniel.vetter@ffwll.ch
Subject: [PATCH i-g-t 2/8] tests: remove unused getopt header includes
Date: Wed, 23 Jul 2014 11:57:49 +0100 [thread overview]
Message-ID: <1406113075-30860-3-git-send-email-thomas.wood@intel.com> (raw)
In-Reply-To: <1406113075-30860-1-git-send-email-thomas.wood@intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
---
lib/drmtest.c | 1 -
lib/igt_aux.c | 1 -
lib/rendercopy_gen6.c | 1 -
lib/rendercopy_gen7.c | 1 -
lib/rendercopy_gen8.c | 1 -
lib/rendercopy_i830.c | 1 -
lib/rendercopy_i915.c | 1 -
tests/gem_media_fill.c | 1 -
tests/gem_render_copy_redux.c | 1 -
tests/gem_render_linear_blits.c | 1 -
tests/gem_render_tiled_blits.c | 1 -
tests/gem_wait_render_timeout.c | 1 -
tests/kms_setmode.c | 1 -
tests/pm_rps.c | 1 -
14 files changed, 14 deletions(-)
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 7be2e40..f921f67 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>
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 7b277be..0bcaa3b 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.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>
diff --git a/lib/rendercopy_gen6.c b/lib/rendercopy_gen6.c
index 7b3104c..afe7562 100644
--- a/lib/rendercopy_gen6.c
+++ b/lib/rendercopy_gen6.c
@@ -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"
diff --git a/lib/rendercopy_gen7.c b/lib/rendercopy_gen7.c
index 5131d8f..2932f1e 100644
--- a/lib/rendercopy_gen7.c
+++ b/lib/rendercopy_gen7.c
@@ -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"
diff --git a/lib/rendercopy_gen8.c b/lib/rendercopy_gen8.c
index a32871d..ff0b0c8 100644
--- a/lib/rendercopy_gen8.c
+++ b/lib/rendercopy_gen8.c
@@ -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>
diff --git a/lib/rendercopy_i830.c b/lib/rendercopy_i830.c
index f0235a5..04215b1 100644
--- a/lib/rendercopy_i830.c
+++ b/lib/rendercopy_i830.c
@@ -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"
diff --git a/lib/rendercopy_i915.c b/lib/rendercopy_i915.c
index 1acf9da..fc9583c 100644
--- a/lib/rendercopy_i915.c
+++ b/lib/rendercopy_i915.c
@@ -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"
diff --git a/tests/gem_media_fill.c b/tests/gem_media_fill.c
index db2380b..b06a556 100644
--- a/tests/gem_media_fill.c
+++ b/tests/gem_media_fill.c
@@ -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"
diff --git a/tests/gem_render_copy_redux.c b/tests/gem_render_copy_redux.c
index f711fdb..cb48aa7 100644
--- a/tests/gem_render_copy_redux.c
+++ b/tests/gem_render_copy_redux.c
@@ -43,7 +43,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <getopt.h>
#include <drm.h>
diff --git a/tests/gem_render_linear_blits.c b/tests/gem_render_linear_blits.c
index ee99dea..28fd8c8 100644
--- a/tests/gem_render_linear_blits.c
+++ b/tests/gem_render_linear_blits.c
@@ -46,7 +46,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <getopt.h>
#include <drm.h>
diff --git a/tests/gem_render_tiled_blits.c b/tests/gem_render_tiled_blits.c
index 3d83f7c..ea1d59d 100644
--- a/tests/gem_render_tiled_blits.c
+++ b/tests/gem_render_tiled_blits.c
@@ -42,7 +42,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <getopt.h>
#include <drm.h>
diff --git a/tests/gem_wait_render_timeout.c b/tests/gem_wait_render_timeout.c
index a34c006..3afab9c 100644
--- a/tests/gem_wait_render_timeout.c
+++ b/tests/gem_wait_render_timeout.c
@@ -36,7 +36,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <getopt.h>
#include <drm.h>
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index 0b765a9..8762255 100644
--- a/tests/kms_setmode.c
+++ b/tests/kms_setmode.c
@@ -29,7 +29,6 @@
#include <stdint.h>
#include <unistd.h>
#include <string.h>
-#include <getopt.h>
#include <sys/time.h>
#include "drmtest.h"
diff --git a/tests/pm_rps.c b/tests/pm_rps.c
index c1156a5..96fec99 100644
--- a/tests/pm_rps.c
+++ b/tests/pm_rps.c
@@ -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>
--
1.9.3
next prev parent reply other threads:[~2014-07-23 10:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-23 10:57 [PATCH i-g-t 0/8] command line parsing Thomas Wood
2014-07-23 10:57 ` [PATCH i-g-t 1/8] lib: warn when attempting to run an unknown subtest Thomas Wood
2014-07-24 9:49 ` Gore, Tim
2014-07-23 10:57 ` Thomas Wood [this message]
2014-07-24 9:50 ` [PATCH i-g-t 2/8] tests: remove unused getopt header includes Gore, Tim
2014-07-23 10:57 ` [PATCH i-g-t 3/8] lib: move option parsing into common_init Thomas Wood
2014-07-23 12:13 ` Daniel Vetter
2014-07-23 12:15 ` Daniel Vetter
2014-07-24 9:52 ` Gore, Tim
2014-07-23 10:57 ` [PATCH i-g-t 4/8] lib: add igt_simple_init_parse_opts Thomas Wood
2014-07-24 9:54 ` Gore, Tim
2014-07-23 10:57 ` [PATCH i-g-t 5/8] lib: don't ignore unknown options in multi-tests Thomas Wood
2014-07-24 9:55 ` Gore, Tim
2014-07-23 10:57 ` [PATCH i-g-t 6/8] tests: convert simple tests to use igt_simple_init_parse_opts Thomas Wood
2014-07-24 10:17 ` Gore, Tim
2014-07-25 16:08 ` [PATCH i-g-t] lib: avoid getopt value conflicts with tests Thomas Wood
2014-07-25 16:57 ` Paulo Zanoni
2014-07-28 9:38 ` Thomas Wood
2014-07-28 15:18 ` [PATCH i-g-t] lib: check test options for conflicts Thomas Wood
2014-07-23 10:57 ` [PATCH i-g-t 7/8] lib: always warn about unknown options Thomas Wood
2014-07-24 10:33 ` Gore, Tim
2014-07-23 10:57 ` [PATCH i-g-t 8/8] lib: add a command line option to enable debug output in tests Thomas Wood
2014-07-24 10:37 ` Gore, Tim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1406113075-30860-3-git-send-email-thomas.wood@intel.com \
--to=thomas.wood@intel.com \
--cc=daniel.vetter@ffwll.ch \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox