Change include order so errlog.h can use jb_err
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2018 15:04:22 +0000 (17:04 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2018 15:04:52 +0000 (17:04 +0200)
deanimate.c

index ae0d96a..d9c5668 100644 (file)
@@ -40,8 +40,8 @@
 #include <string.h>
 #include <fcntl.h>
 
-#include "errlog.h"
 #include "project.h"
+#include "errlog.h"
 #include "deanimate.h"
 #include "miscutil.h"