diff options
Diffstat (limited to 'g10/cipher.c')
-rw-r--r-- | g10/cipher.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/cipher.c b/g10/cipher.c index 98f398e3d..655937f07 100644 --- a/g10/cipher.c +++ b/g10/cipher.c @@ -25,14 +25,14 @@ #include <errno.h> #include "gpg.h" -#include "status.h" -#include "iobuf.h" -#include "util.h" +#include "../common/status.h" +#include "../common/iobuf.h" +#include "../common/util.h" #include "filter.h" #include "packet.h" #include "options.h" #include "main.h" -#include "status.h" +#include "../common/status.h" #define MIN_PARTIAL_SIZE 512 |