diff options
author | Stefan Bellon <[email protected]> | 2002-01-02 17:51:34 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-01-02 17:51:34 +0000 |
commit | e6b2f37d1f345ca699946acd38c13758d9746326 (patch) | |
tree | bd0f658a10e6d7d4b410fa76ff212dc71329dfce | |
parent | invalidate close cache (diff) | |
download | gnupg-e6b2f37d1f345ca699946acd38c13758d9746326.tar.gz gnupg-e6b2f37d1f345ca699946acd38c13758d9746326.zip |
moved util.h include downwards
-rw-r--r-- | g10/keyserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c index aa5ee5fc9..4e8d68834 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -24,7 +24,6 @@ #include <string.h> #include <stdlib.h> -#include "util.h" #include "filter.h" #include "keydb.h" #include "status.h" @@ -37,6 +36,7 @@ #include "options.h" #include "packet.h" #include "keyserver-internal.h" +#include "util.h" #define KEYSERVER_PROTO_VERSION 0 |