diff options
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 37abc0f1c..02371fe9f 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -33,13 +33,13 @@ #endif #include "gpg.h" -#include "util.h" +#include "../common/util.h" #include "options.h" -#include "ttyio.h" +#include "../common/ttyio.h" #include "keydb.h" #include "main.h" -#include "i18n.h" -#include "status.h" +#include "../common/i18n.h" +#include "../common/status.h" #include "call-agent.h" #include "../common/shareddefs.h" |