Code

t/: Fixed header include order.
authorSebastian Harl <sh@tokkee.org>
Tue, 27 Aug 2013 05:53:21 +0000 (07:53 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 27 Aug 2013 05:53:21 +0000 (07:53 +0200)
t/libsysdb_test.h
t/utils/llist_test.c

index fe9f1a811bf407716b167637bd8ee51d2020e061..e776bf4324f17fb70f6b141b0b3f5202668d89d7 100644 (file)
 #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
  */
index 465341fee9f0b5fe5edad2ba80728621289b05ba..774520406b1c35833c89dee0f4a5f5b1756e3e93 100644 (file)
  * 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