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/lib/connect.c | |
parent | 1e3880cd56e43bd48e9fef111fa1bd6a0f4af059 (diff) | |
download | pam_tacplus-b8bbb0e393e8a7bb62b91e7e64548de27276f9e0.tar.gz pam_tacplus-b8bbb0e393e8a7bb62b91e7e64548de27276f9e0.zip |
Rearrange header file include for libtac
Diffstat (limited to 'libtac/lib/connect.c')
-rw-r--r-- | libtac/lib/connect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtac/lib/connect.c b/libtac/lib/connect.c index 1494976..40a6d86 100644 --- a/libtac/lib/connect.c +++ b/libtac/lib/connect.c @@ -29,7 +29,6 @@ #include <sys/socket.h> #endif -#include "tacplus.h" #include "libtac.h" /* Pointer to TACACS+ connection timeout */ |