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/cookies-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/cookies-test.c')
-rw-r--r-- | tests/cookies-test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/cookies-test.c b/tests/cookies-test.c index 87f46730..58f8052e 100644 --- a/tests/cookies-test.c +++ b/tests/cookies-test.c @@ -3,11 +3,6 @@ * Copyright (C) 2010 Igalia S.L. */ -#include <string.h> - -#include <glib.h> -#include <libsoup/soup.h> - #include "test-utils.h" SoupServer *server; |