summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38e411b)
raw | patch | inline | side by side (parent: 38e411b)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 27 Aug 2013 05:53:21 +0000 (07:53 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 27 Aug 2013 05:53:21 +0000 (07:53 +0200) |
t/libsysdb_test.h | patch | blob | history | |
t/utils/llist_test.c | patch | blob | history |
diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h
index fe9f1a811bf407716b167637bd8ee51d2020e061..e776bf4324f17fb70f6b141b0b3f5202668d89d7 100644 (file)
--- a/t/libsysdb_test.h
+++ b/t/libsysdb_test.h
#ifndef T_LIBSYSDB_H
#define T_LIBSYSDB_H 1
-#include <string.h>
-
#include "sysdb.h"
#include "core/object.h"
+#include <check.h>
+#include <string.h>
+
/*
* private testing helpers
*/
diff --git a/t/utils/llist_test.c b/t/utils/llist_test.c
index 465341fee9f0b5fe5edad2ba80728621289b05ba..774520406b1c35833c89dee0f4a5f5b1756e3e93 100644 (file)
--- a/t/utils/llist_test.c
+++ b/t/utils/llist_test.c
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <check.h>
-
-#include "libsysdb_test.h"
#include "utils/llist.h"
+#include "libsysdb_test.h"
+
+#include <check.h>
/*
* private data types