diff options
author | Dan Winship <danw@gnome.org> | 2012-07-06 13:09:50 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-07-13 14:18:36 -0400 |
commit | d9db0727ff48f96f5312e65c8f0296f634d2c2b4 (patch) | |
tree | 6dd42c03f1e6feaaa4b2b44dfe50ca3f2f711165 /tests/coding-test.c | |
parent | 7b916078d6e1f3bc54124a9433295a8c3d825c22 (diff) | |
download | libsoup-d9db0727ff48f96f5312e65c8f0296f634d2c2b4.tar.gz |
Clean up includes
Especially, include soup.h rather than individually including a bunch
of other public soup-*.h files.
Remove unnecessary system includes (many are leftovers from code that
has moved down into glib).
Diffstat (limited to 'tests/coding-test.c')
-rw-r--r-- | tests/coding-test.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/coding-test.c b/tests/coding-test.c index ea8b8573..47f5d085 100644 --- a/tests/coding-test.c +++ b/tests/coding-test.c @@ -4,23 +4,6 @@ * Copyright (C) 2011 Igalia, S.L. */ -#include <ctype.h> -#include <fcntl.h> -#include <errno.h> -#include <signal.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <sys/stat.h> -#include <unistd.h> - -#include <glib.h> - -#define LIBSOUP_USE_UNSTABLE_REQUEST_API -#include <libsoup/soup.h> -#include <libsoup/soup-requester.h> -#include <libsoup/soup-request-http.h> - #include "test-utils.h" SoupServer *server; |