diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-09-16 20:25:57 +0200 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-09-16 20:25:57 +0200 |
commit | b8bbb0e393e8a7bb62b91e7e64548de27276f9e0 (patch) | |
tree | a066a71de2aa92979cd6f3033856c6c25863a432 /libtac/include/tacplus.h | |
parent | 1e3880cd56e43bd48e9fef111fa1bd6a0f4af059 (diff) | |
download | pam_tacplus-b8bbb0e393e8a7bb62b91e7e64548de27276f9e0.tar.gz pam_tacplus-b8bbb0e393e8a7bb62b91e7e64548de27276f9e0.zip |
Rearrange header file include for libtac
Diffstat (limited to 'libtac/include/tacplus.h')
-rw-r--r-- | libtac/include/tacplus.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libtac/include/tacplus.h b/libtac/include/tacplus.h index 8f4ff6d..90d7c8b 100644 --- a/libtac/include/tacplus.h +++ b/libtac/include/tacplus.h @@ -22,13 +22,6 @@ #ifndef _TACPLUS_H #define _TACPLUS_H -#include <sys/types.h> -#ifdef sun - #include "cdefs.h" -#else - #include <sys/cdefs.h> -#endif - /* All tacacs+ packets have the same header format */ struct tac_plus_pak_hdr { u_char version; |