diff options
Diffstat (limited to 'g10/progress.c')
-rw-r--r-- | g10/progress.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/progress.c b/g10/progress.c index feb639e5f..7e777d4ab 100644 --- a/g10/progress.c +++ b/g10/progress.c @@ -21,10 +21,10 @@ #include <stdio.h> #include "gpg.h" -#include "iobuf.h" +#include "../common/iobuf.h" #include "filter.h" -#include "status.h" -#include "util.h" +#include "../common/status.h" +#include "../common/util.h" #include "options.h" /* Create a new context for use with the progress filter. We need to |