diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 18:05:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:55 +0100 |
commit | 0d39fa9c69b97a2ceb156053deef69c0866c2b97 (patch) | |
tree | ffab9cf2924c42030cc235cdb1701cfe954958e7 /src/hwdb/hwdb.c | |
parent | 5f311f8c0e51e2f13773823feb6a71f7c6f2838c (diff) |
util-lib: move more file I/O related calls into fileio.[ch]
Diffstat (limited to 'src/hwdb/hwdb.c')
-rw-r--r-- | src/hwdb/hwdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hwdb/hwdb.c b/src/hwdb/hwdb.c index 3b800e99d3..b4118828a9 100644 --- a/src/hwdb/hwdb.c +++ b/src/hwdb/hwdb.c @@ -23,6 +23,8 @@ #include <string.h> #include "conf-files.h" +#include "fd-util.h" +#include "fileio.h" #include "hwdb-internal.h" #include "hwdb-util.h" #include "mkdir.h" @@ -31,7 +33,6 @@ #include "strv.h" #include "util.h" #include "verbs.h" -#include "fd-util.h" /* * Generic udev properties, key/value database based on modalias strings. |