diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 15:43:51 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 15:43:51 +0100 |
commit | 0a57c4de78f8a3cd4efb631a79b000b42f16fc15 (patch) | |
tree | 39b0597b73f42f018b0006a1816cd76f56213e64 /src/pgp | |
parent | 5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 (diff) | |
download | profani-tty-0a57c4de78f8a3cd4efb631a79b000b42f16fc15.tar.gz |
Tidy headers
Diffstat (limited to 'src/pgp')
-rw-r--r-- | src/pgp/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c index b757abca..fb1f2db1 100644 --- a/src/pgp/gpg.c +++ b/src/pgp/gpg.c @@ -44,9 +44,9 @@ #include <glib/gstdio.h> #include <gpgme.h> -#include "pgp/gpg.h" #include "log.h" #include "common.h" +#include "pgp/gpg.h" #include "tools/autocomplete.h" #include "ui/ui.h" |