diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-24 16:37:56 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-24 16:37:56 +0200 |
commit | 23302413b3fc9cb3695a255b1ea6883f029b46fe (patch) | |
tree | 065ce04233442328b558846d7ae8d54a8d65fffd /source4/lib/messaging | |
parent | f7692d16e3dc5e580364852c709c6c4a371dd32e (diff) | |
download | samba-23302413b3fc9cb3695a255b1ea6883f029b46fe.tar.gz samba-23302413b3fc9cb3695a255b1ea6883f029b46fe.tar.bz2 samba-23302413b3fc9cb3695a255b1ea6883f029b46fe.zip |
Remove unused include param/param.h.
Diffstat (limited to 'source4/lib/messaging')
-rw-r--r-- | source4/lib/messaging/messaging.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/messaging/messaging.c b/source4/lib/messaging/messaging.c index dcc29180cc..ff9ef8afc5 100644 --- a/source4/lib/messaging/messaging.c +++ b/source4/lib/messaging/messaging.c @@ -33,7 +33,6 @@ #include "../tdb/include/tdb.h" #include "../lib/util/util_tdb.h" #include "cluster/cluster.h" -#include "param/param.h" /* change the message version with any incompatible changes in the protocol */ #define MESSAGING_VERSION 1 |