diff options
Diffstat (limited to 'g10/call-dirmngr.c')
-rw-r--r-- | g10/call-dirmngr.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c index 2f2ba982e..a33cdc7d7 100644 --- a/g10/call-dirmngr.c +++ b/g10/call-dirmngr.c @@ -31,13 +31,13 @@ #include "gpg.h" #include <assuan.h> -#include "util.h" -#include "membuf.h" +#include "../common/util.h" +#include "../common/membuf.h" #include "options.h" -#include "i18n.h" -#include "asshelp.h" -#include "keyserver.h" -#include "status.h" +#include "../common/i18n.h" +#include "../common/asshelp.h" +#include "../common/keyserver.h" +#include "../common/status.h" #include "call-dirmngr.h" |