summaryrefslogtreecommitdiff
path: root/auth-shadow.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-10 13:51:34 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-10 13:51:34 +1100
commit0d86829fca3eaa01392a34547935f73463422c4e (patch)
treea8032d0bf8e0653916c3c7ccafbaeb850ba9bb80 /auth-shadow.c
parent1921ed9f966b6d8262a906d01e515b2737962e2b (diff)
Remove auth-shadow.h reference
Diffstat (limited to 'auth-shadow.c')
-rw-r--r--auth-shadow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-shadow.c b/auth-shadow.c
index 604b13304..8436eee5f 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -23,13 +23,12 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$Id: auth-shadow.c,v 1.1 2004/02/10 02:01:14 dtucker Exp $"); 26RCSID("$Id: auth-shadow.c,v 1.2 2004/02/10 02:51:34 dtucker Exp $");
27 27
28#ifdef USE_SHADOW 28#ifdef USE_SHADOW
29#include <shadow.h> 29#include <shadow.h>
30 30
31#include "auth.h" 31#include "auth.h"
32#include "auth-shadow.h"
33#include "buffer.h" 32#include "buffer.h"
34#include "log.h" 33#include "log.h"
35 34