diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-08-12 13:34:00 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-08-13 14:20:25 +0800 |
commit | 6fc4a1f9db8a2149d8db55e578895b73af44d930 (patch) | |
tree | b6a911ec41962b121e9f9d921ce7a8822ef2f5fc /tests | |
parent | 79d9b89a00a5cd03eb8d7bace53f06ebe271d862 (diff) | |
download | gobject-introspection-6fc4a1f9db8a2149d8db55e578895b73af44d930.tar.gz |
tests/repository: Drop Unneeded Includes
unistd.h is not universally available, and dropping that include did not
seem to cause any warnings or errors, and did not affect the tests running.
https://bugzilla.gnome.org/show_bug.cgi?id=734640
Diffstat (limited to 'tests')
-rw-r--r-- | tests/repository/gitestrepo.c | 1 | ||||
-rw-r--r-- | tests/repository/gitestthrows.c | 1 | ||||
-rw-r--r-- | tests/repository/gitypelibtest.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/repository/gitestrepo.c b/tests/repository/gitestrepo.c index b122a63d..281a5f3b 100644 --- a/tests/repository/gitestrepo.c +++ b/tests/repository/gitestrepo.c @@ -3,7 +3,6 @@ #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <gio/gio.h> diff --git a/tests/repository/gitestthrows.c b/tests/repository/gitestthrows.c index a045a817..39a0df89 100644 --- a/tests/repository/gitestthrows.c +++ b/tests/repository/gitestthrows.c @@ -2,7 +2,6 @@ #include "girepository.h" #include <stdlib.h> -#include <unistd.h> int diff --git a/tests/repository/gitypelibtest.c b/tests/repository/gitypelibtest.c index 7b9cb357..6620f1ea 100644 --- a/tests/repository/gitypelibtest.c +++ b/tests/repository/gitypelibtest.c @@ -6,7 +6,6 @@ #include <stdlib.h> #include <string.h> -#include <unistd.h> static void test_enum_and_flags_cidentifier (GIRepository * repo) |