diff options
Diffstat (limited to '')
-rw-r--r-- | g10/card-util.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 969f6c919..9bc3e25b3 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -31,10 +31,10 @@ #if GNUPG_MAJOR_VERSION != 1 # include "gpg.h" #endif /*GNUPG_MAJOR_VERSION != 1*/ -#include "util.h" -#include "i18n.h" -#include "ttyio.h" -#include "status.h" +#include "../common/util.h" +#include "../common/i18n.h" +#include "../common/ttyio.h" +#include "../common/status.h" #include "options.h" #include "main.h" #include "keyserver-internal.h" |