summaryrefslogtreecommitdiff
path: root/src/grp-machine/nss-mymachines
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
commit272b48187cee0b42b6e936ad2c045f13b391f3ad (patch)
tree383049270ccbac5040e4404bbe71ac49d0c423db /src/grp-machine/nss-mymachines
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-machine/nss-mymachines')
-rw-r--r--src/grp-machine/nss-mymachines/nss-mymachines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-machine/nss-mymachines/nss-mymachines.c b/src/grp-machine/nss-mymachines/nss-mymachines.c
index bf36fbfb02..0bcdd45d37 100644
--- a/src/grp-machine/nss-mymachines/nss-mymachines.c
+++ b/src/grp-machine/nss-mymachines/nss-mymachines.c
@@ -24,7 +24,6 @@
#include <systemd/sd-login.h>
#include "basic/alloc-util.h"
-#include "bus-common-errors.h"
#include "basic/hostname-util.h"
#include "basic/in-addr-util.h"
#include "basic/macro.h"
@@ -33,6 +32,7 @@
#include "basic/string-util.h"
#include "basic/user-util.h"
#include "basic/util.h"
+#include "sd-bus/bus-common-errors.h"
NSS_GETHOSTBYNAME_PROTOTYPES(mymachines);
NSS_GETPW_PROTOTYPES(mymachines);