diff options
Diffstat (limited to 'g10/skclist.c')
-rw-r--r-- | g10/skclist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index cedbce79f..7a791b302 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -27,10 +27,10 @@ #include "gpg.h" #include "options.h" #include "packet.h" -#include "status.h" +#include "../common/status.h" #include "keydb.h" -#include "util.h" -#include "i18n.h" +#include "../common/util.h" +#include "../common/i18n.h" /* Return true if Libgcrypt's RNG is in faked mode. */ |