Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-06-14 22:24:35 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-06-14 22:24:35 +0200
commita24c04ae85579ffa8d7837b46ce2bb22e779a098 (patch)
tree933b89358d6b5194166b0ebb85919083687c0cfc /nss
parent0f735244746db3d332c846e0b4db117ce1ed93c2 (diff)
remove some unused include statements
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1139 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-rw-r--r--nss/aliases.c1
-rw-r--r--nss/ethers.c1
-rw-r--r--nss/group.c1
-rw-r--r--nss/hosts.c1
-rw-r--r--nss/netgroup.c1
-rw-r--r--nss/networks.c1
-rw-r--r--nss/passwd.c1
-rw-r--r--nss/protocols.c1
-rw-r--r--nss/rpc.c1
-rw-r--r--nss/services.c1
-rw-r--r--nss/shadow.c1
11 files changed, 0 insertions, 11 deletions
diff --git a/nss/aliases.c b/nss/aliases.c
index dd27ede..064fee2 100644
--- a/nss/aliases.c
+++ b/nss/aliases.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/ethers.c b/nss/ethers.c
index d059e31..303c745 100644
--- a/nss/ethers.c
+++ b/nss/ethers.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/group.c b/nss/group.c
index dbce82e..5e716a8 100644
--- a/nss/group.c
+++ b/nss/group.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include <stdlib.h>
diff --git a/nss/hosts.c b/nss/hosts.c
index 166792d..b73324b 100644
--- a/nss/hosts.c
+++ b/nss/hosts.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/netgroup.c b/nss/netgroup.c
index 63e0b97..d052c84 100644
--- a/nss/netgroup.c
+++ b/nss/netgroup.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/networks.c b/nss/networks.c
index d839042..a86dcc4 100644
--- a/nss/networks.c
+++ b/nss/networks.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/passwd.c b/nss/passwd.c
index eb5e71b..d6e3ab1 100644
--- a/nss/passwd.c
+++ b/nss/passwd.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/protocols.c b/nss/protocols.c
index 9a36b15..ff834a0 100644
--- a/nss/protocols.c
+++ b/nss/protocols.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/rpc.c b/nss/rpc.c
index 71e0be9..ddfd8ee 100644
--- a/nss/rpc.c
+++ b/nss/rpc.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/services.c b/nss/services.c
index 6399ac6..c5d2015 100644
--- a/nss/services.c
+++ b/nss/services.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"
diff --git a/nss/shadow.c b/nss/shadow.c
index 3d6d82c..a2dd154 100644
--- a/nss/shadow.c
+++ b/nss/shadow.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <nss.h>
#include <errno.h>
#include "prototypes.h"