diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-02 00:10:01 +0800 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-02 05:40:42 +0800 |
commit | b25bcd6653db5ae5f771256aad95c5a93875ecda (patch) | |
tree | f81175f555aa8043de75c214eba8ea00dbe625c4 /tests | |
parent | 0d137b74e57840bd85f090becd4144f62c89d6ab (diff) | |
download | gsoc2013-empathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.tar.gz gsoc2013-empathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.tar.zst gsoc2013-empathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.zip |
Clean up #include directives in headers
Reorder some inclusions and remove a few blank lines.
https://bugzilla.gnome.org/show_bug.cgi?id=697076
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mock-pkcs11.h | 4 | ||||
-rw-r--r-- | tests/test-irc-helper.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/mock-pkcs11.h b/tests/mock-pkcs11.h index 67d94bef3..11b219d48 100644 --- a/tests/mock-pkcs11.h +++ b/tests/mock-pkcs11.h @@ -19,11 +19,9 @@ */ #include <glib.h> - +#include <gck/pkcs11x.h> #include <gcr/gcr.h> - #include <p11-kit/pkcs11.h> -#include <gck/pkcs11x.h> #ifndef MOCK_MODULE_H #define MOCK_MODULE_H diff --git a/tests/test-irc-helper.h b/tests/test-irc-helper.h index 04271715b..ed7a6924e 100644 --- a/tests/test-irc-helper.h +++ b/tests/test-irc-helper.h @@ -1,9 +1,9 @@ #include <stdlib.h> #include <string.h> -#include "empathy-irc-server.h" #include "empathy-irc-network.h" #include "empathy-irc-network-manager.h" +#include "empathy-irc-server.h" #ifndef __CHECK_IRC_HELPER_H__ #define __CHECK_IRC_HELPER_H__ |