From: Sebastian Harl Date: Tue, 27 Aug 2013 05:53:21 +0000 (+0200) Subject: t/: Fixed header include order. X-Git-Tag: sysdb-0.1.0~367 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=293c2b1a5781e8e6569d4b91094f3ac0c7a4fa6a t/: Fixed header include order. --- diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index fe9f1a8..e776bf4 100644 --- a/t/libsysdb_test.h +++ b/t/libsysdb_test.h @@ -28,11 +28,12 @@ #ifndef T_LIBSYSDB_H #define T_LIBSYSDB_H 1 -#include - #include "sysdb.h" #include "core/object.h" +#include +#include + /* * private testing helpers */ diff --git a/t/utils/llist_test.c b/t/utils/llist_test.c index 465341f..7745204 100644 --- a/t/utils/llist_test.c +++ b/t/utils/llist_test.c @@ -25,10 +25,10 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include - -#include "libsysdb_test.h" #include "utils/llist.h" +#include "libsysdb_test.h" + +#include /* * private data types