diff options
Diffstat (limited to 'g10/keyid.c')
-rw-r--r-- | g10/keyid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/keyid.c b/g10/keyid.c index 6e8d97fa2..1d3f46cb4 100644 --- a/g10/keyid.c +++ b/g10/keyid.c @@ -28,14 +28,14 @@ #include <time.h> #include "gpg.h" -#include "util.h" +#include "../common/util.h" #include "main.h" #include "packet.h" #include "options.h" #include "keydb.h" -#include "i18n.h" +#include "../common/i18n.h" #include "rmd160.h" -#include "host2net.h" +#include "../common/host2net.h" #define KEYID_STR_SIZE 19 |