diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-17 23:20:00 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-18 19:06:48 -0500 |
commit | a2341f6836da0a217ab0c5f2b82f0c4ea13d429d (patch) | |
tree | 480f8f6be4741650856e3df45cfac037eaf40828 /src/import/import-raw.h | |
parent | 2695c5c44e028d1bc07404baf3357e5a6017fc57 (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/import/import-raw.h')
-rw-r--r-- | src/import/import-raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/import-raw.h b/src/import/import-raw.h index 5a38cdcc9e..a423ec0187 100644 --- a/src/import/import-raw.h +++ b/src/import/import-raw.h @@ -20,7 +20,7 @@ ***/ #include "sd-event.h" -#include "util.h" +#include "macro.h" typedef struct RawImport RawImport; |