summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 18:10:01 +0200
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 23:40:42 +0200
commitb25bcd6653db5ae5f771256aad95c5a93875ecda (patch)
treef81175f555aa8043de75c214eba8ea00dbe625c4 /tests
parent0d137b74e57840bd85f090becd4144f62c89d6ab (diff)
downloadempathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.tar.gz
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.h4
-rw-r--r--tests/test-irc-helper.h2
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__