]> git.0d.be Git - empathy.git/blobdiff - tests/empathy-tls-test.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / tests / empathy-tls-test.c
index 03cc9d7a8b241e29e443a9ca218a8b1a10b597e0..3e5706c6a1c16f1e6d81180701e60cbee65dbae1 100644 (file)
@@ -1,19 +1,16 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-
-#include "empathy-tls-verifier.h"
-#include "test-helper.h"
-#include "mock-pkcs11.h"
-
 #include <gcr/gcr.h>
-
 #include <gnutls/gnutls.h>
-
 #include <telepathy-glib/telepathy-glib.h>
 #include <telepathy-glib/svc-tls.h>
 #include <telepathy-glib/svc-generic.h>
 
+#include "empathy-tls-verifier.h"
+#include "mock-pkcs11.h"
+#include "test-helper.h"
+
 #define MOCK_TLS_CERTIFICATE_PATH "/mock/certificate"
 
 /* Forward decl */