summaryrefslogtreecommitdiff
path: root/tests/empathy-parser-test.c
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 17:04:08 +0200
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 23:40:42 +0200
commit0d137b74e57840bd85f090becd4144f62c89d6ab (patch)
tree24ebd2c6a04b9eaa791215e4a801a298e74abaa6 /tests/empathy-parser-test.c
parent4d8ed19e779716a81fe7b37aa0f51a68057e0a2a (diff)
downloadempathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.gz
Reorder header inclusions accordingly to the Telepathy coding style
Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
Diffstat (limited to 'tests/empathy-parser-test.c')
-rw-r--r--tests/empathy-parser-test.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/empathy-parser-test.c b/tests/empathy-parser-test.c
index 24cd5d676..0cf037444 100644
--- a/tests/empathy-parser-test.c
+++ b/tests/empathy-parser-test.c
@@ -3,16 +3,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <telepathy-glib/telepathy-glib.h>
+#include "empathy-string-parser.h"
#include "test-helper.h"
-#include <telepathy-glib/telepathy-glib.h>
-
#define DEBUG_FLAG EMPATHY_DEBUG_TESTS
#include "empathy-debug.h"
-#include "empathy-string-parser.h"
-
static void
test_replace_match (const gchar *text,
gssize len,