diff options
Diffstat (limited to 'dirmngr/dirmngr-client.c')
-rw-r--r-- | dirmngr/dirmngr-client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dirmngr/dirmngr-client.c b/dirmngr/dirmngr-client.c index 01cface5f..c1ff635de 100644 --- a/dirmngr/dirmngr-client.c +++ b/dirmngr/dirmngr-client.c @@ -38,9 +38,9 @@ #include "../common/strlist.h" #include "../common/asshelp.h" -#include "i18n.h" -#include "util.h" -#include "init.h" +#include "../common/i18n.h" +#include "../common/util.h" +#include "../common/init.h" /* Constants for the options. */ |