diff options
Diffstat (limited to 'g13')
-rw-r--r-- | g13/create.c | 1 | ||||
-rw-r--r-- | g13/g13.h | 1 | ||||
-rw-r--r-- | g13/mount.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/g13/create.c b/g13/create.c index 315ff1337..58ab5904f 100644 --- a/g13/create.c +++ b/g13/create.c @@ -34,7 +34,6 @@ #include "backend.h" #include "utils.h" #include "call-gpg.h" -#include "estream.h" /* Create a new blob with all the session keys and other meta information which are to be stored encrypted in the crypto @@ -28,7 +28,6 @@ #include "../common/util.h" #include "../common/status.h" -#include "../common/estream.h" #include "../common/session-env.h" /* A large struct named "opt" to keep global flags. */ diff --git a/g13/mount.c b/g13/mount.c index ab9f2f340..512e29d1a 100644 --- a/g13/mount.c +++ b/g13/mount.c @@ -34,7 +34,6 @@ #include "backend.h" #include "utils.h" #include "call-gpg.h" -#include "estream.h" #include "mountinfo.h" #include "runner.h" |