summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-19 11:00:29 +0100
committerKarolin Seeger <kseeger@samba.org>2008-03-27 08:38:06 +0100
commite4599a5297333d19af16da15e55b170cc6e53466 (patch)
treede175880adf4a81f6ae51e3472c254d7ed5e3b11 /source/param
parentc1dd4a2caa4bf9d785401942ec83e9cd796e47df (diff)
downloadsamba-e4599a5297333d19af16da15e55b170cc6e53466.tar.gz
samba-e4599a5297333d19af16da15e55b170cc6e53466.tar.xz
samba-e4599a5297333d19af16da15e55b170cc6e53466.zip
loadparm: remove unneeded include.
libnet.h unneeded after separation of libsmbconf from libnet. Michael (cherry picked from commit 5c3f14e02fa7baf11d9a6531f2de3e6b16d843b0)
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 7b2bf576010..5b8fabbf2a2 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -52,7 +52,6 @@
*/
#include "includes.h"
-#include "libnet/libnet.h"
bool in_client = False; /* Not in the client by default */
bool bLoaded = False;