aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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__