diff options
author | Thomas Wood <thomas.wood@intel.com> | 2014-07-18 14:17:35 +0100 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2014-07-23 15:23:53 +0100 |
commit | e73008bae32de18c86808da0f3393683af92c697 (patch) | |
tree | 6be07754b57b6d1add4d468e2ec5b2d2625b6fea /tests/kms_setmode.c | |
parent | e057b86109e67191448d6610e441cbca81513d68 (diff) |
tests: remove unused getopt header includes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_setmode.c')
-rw-r--r-- | tests/kms_setmode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c index 0b765a9c..87622552 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" |