summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-17 23:20:00 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-18 19:06:48 -0500
commita2341f6836da0a217ab0c5f2b82f0c4ea13d429d (patch)
tree480f8f6be4741650856e3df45cfac037eaf40828 /src/journal
parent2695c5c44e028d1bc07404baf3357e5a6017fc57 (diff)
Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h
This remove the need for various header files to include the (relatively heavyweight) util.h.
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/journal-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-file.h b/src/journal/journal-file.h
index 6812385e1..2526e14d6 100644
--- a/src/journal/journal-file.h
+++ b/src/journal/journal-file.h
@@ -31,7 +31,7 @@
#include "sparse-endian.h"
#include "journal-def.h"
-#include "util.h"
+#include "macro.h"
#include "mmap-cache.h"
#include "hashmap.h"