summaryrefslogtreecommitdiff
path: root/src/readahead
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-31 04:15:29 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-31 08:56:03 -0400
commit73f860db9893deab6aebceb53dd7d0deb662e832 (patch)
tree28f05ab4f0bf9af495c807a03a7b0037a6d93fb3 /src/readahead
parent5d459d6b07206963a022e9a95ea9d8c18dc0eab8 (diff)
Always prefer our headers to system headers
In practice this shouldn't make much difference, but sometimes our headers might be newer, and we want to test them.
Diffstat (limited to 'src/readahead')
-rw-r--r--src/readahead/readahead-collect.c2
-rw-r--r--src/readahead/readahead-replay.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/readahead/readahead-collect.c b/src/readahead/readahead-collect.c
index c1afd0d605..1592cc8678 100644
--- a/src/readahead/readahead-collect.c
+++ b/src/readahead/readahead-collect.c
@@ -52,7 +52,7 @@
#include <sys/fanotify.h>
#endif
-#include <systemd/sd-daemon.h>
+#include "systemd/sd-daemon.h"
#include "missing.h"
#include "util.h"
diff --git a/src/readahead/readahead-replay.c b/src/readahead/readahead-replay.c
index f46dc3baeb..f81e0fe55d 100644
--- a/src/readahead/readahead-replay.c
+++ b/src/readahead/readahead-replay.c
@@ -35,7 +35,7 @@
#include <getopt.h>
#include <sys/inotify.h>
-#include <systemd/sd-daemon.h>
+#include "systemd/sd-daemon.h"
#include "missing.h"
#include "util.h"