diff options
| author | Greg Hudson <ghudson@mit.edu> | 2014-07-05 11:50:58 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2014-07-08 19:19:24 -0400 |
| commit | 02a1123cf44381690c28f18ab2c4ba8036200539 (patch) | |
| tree | 821ad7e29d2f90227b6f12dc63aaae948baa2447 /src/plugins/authdata | |
| parent | 6a8da91b691b8f51ac62d8142cd2fa32a69f3d15 (diff) | |
| download | krb5-02a1123cf44381690c28f18ab2c4ba8036200539.tar.gz krb5-02a1123cf44381690c28f18ab2c4ba8036200539.tar.xz krb5-02a1123cf44381690c28f18ab2c4ba8036200539.zip | |
Include autoconf.h before system headers
Include autoconf.h (either directly or via proxy) before system
headers, so that feature test macros defined there can affect the
system namespace. Where include order was changed, eliminate some
redundant or unnecessary includes.
ticket: 7961
Diffstat (limited to 'src/plugins/authdata')
| -rw-r--r-- | src/plugins/authdata/greet_client/greet.c | 2 | ||||
| -rw-r--r-- | src/plugins/authdata/greet_server/greet_auth.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/authdata/greet_client/greet.c b/src/plugins/authdata/greet_client/greet.c index 499d0edb3..2aae2ddd6 100644 --- a/src/plugins/authdata/greet_client/greet.c +++ b/src/plugins/authdata/greet_client/greet.c @@ -23,8 +23,6 @@ * or implied warranty. */ -#include <string.h> -#include <errno.h> #include "k5-int.h" #include <krb5/authdata_plugin.h> #include <assert.h> diff --git a/src/plugins/authdata/greet_server/greet_auth.c b/src/plugins/authdata/greet_server/greet_auth.c index b26c86075..9d8444bb9 100644 --- a/src/plugins/authdata/greet_server/greet_auth.c +++ b/src/plugins/authdata/greet_server/greet_auth.c @@ -28,8 +28,6 @@ * Sample authorization data plugin */ -#include <string.h> -#include <errno.h> #include <k5-int.h> #include <krb5/authdata_plugin.h> #include <kdb.h> |
