projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2febce5
)
Change include order so errlog.h can use jb_err
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 23 Oct 2018 15:04:22 +0000
(17:04 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 23 Oct 2018 15:04:52 +0000
(17:04 +0200)
deanimate.c
patch
|
blob
|
history
diff --git
a/deanimate.c
b/deanimate.c
index
ae0d96a
..
d9c5668
100644
(file)
--- a/
deanimate.c
+++ b/
deanimate.c
@@
-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"