diff options
author | NIIBE Yutaka <[email protected]> | 2017-03-07 11:32:09 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-03-07 11:32:09 +0000 |
commit | d6c7bf1f8ab8899faba2fb81a35b096921c38f3c (patch) | |
tree | e757372cb7c19fd32cd7761209a0c9958831d19a /g10/seckey-cert.c | |
parent | Remove -I option to common. (diff) | |
download | gnupg-d6c7bf1f8ab8899faba2fb81a35b096921c38f3c.tar.gz gnupg-d6c7bf1f8ab8899faba2fb81a35b096921c38f3c.zip |
More change for common.
* g10, scd, test, tools: Follow the change of removal of -Icommon.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'g10/seckey-cert.c')
-rw-r--r-- | g10/seckey-cert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/seckey-cert.c b/g10/seckey-cert.c index 61cc2ea87..a7a873986 100644 --- a/g10/seckey-cert.c +++ b/g10/seckey-cert.c @@ -26,14 +26,14 @@ #include <string.h> #include "gpg.h" -#include "util.h" +#include "../common/util.h" #include "packet.h" #include "keydb.h" #include "cipher.h" #include "main.h" #include "options.h" -#include "i18n.h" -#include "status.h" +#include "../common/i18n.h" +#include "../common/status.h" #include "pkglue.h" static int |