diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 23:32:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:57 +0100 |
commit | 430f0182b72373145c839dbfe99d2382855cb8f8 (patch) | |
tree | da86be6519a80516ee477cb8bb5a1612eb52ce15 /src/journal/journald-server.h | |
parent | affb60b1ef0cb48388d23360c6f3b043c50f6b8c (diff) | |
download | systemd-430f0182b72373145c839dbfe99d2382855cb8f8.tar.gz |
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capability-util.[ch]
The files are named too generically, so that they might conflict with
the upstream project headers. Hence, let's add a "-util" suffix, to
clarify that this are just our utility headers and not any official
upstream headers.
Diffstat (limited to 'src/journal/journald-server.h')
-rw-r--r-- | src/journal/journald-server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/journal/journald-server.h b/src/journal/journald-server.h index 535c0ab9ab..a2631c6017 100644 --- a/src/journal/journald-server.h +++ b/src/journal/journald-server.h @@ -25,9 +25,9 @@ #include <sys/types.h> #include "sd-event.h" -#include "journal-file.h" + #include "hashmap.h" -#include "audit.h" +#include "journal-file.h" #include "journald-rate-limit.h" #include "list.h" |