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/sniffing-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/sniffing-test.c')
-rw-r--r-- | tests/sniffing-test.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/sniffing-test.c b/tests/sniffing-test.c index 28123344..dd4eb4aa 100644 --- a/tests/sniffing-test.c +++ b/tests/sniffing-test.c @@ -3,12 +3,6 @@ * Copyright (C) 2009 Gustavo Noronha Silva <gns@gnome.org>. */ -#include <stdlib.h> -#include <string.h> -#include <unistd.h> - -#include <libsoup/soup.h> - #include "test-utils.h" SoupSession *session; |