remove unused include that was added by mistake
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 May 2003 11:58:54 +0000 (11:58 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 May 2003 11:58:54 +0000 (11:58 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7714 f5534014-38df-0310-8fa8-9805f1628bb7

packet-dcerpc-samr.c

index d6ee8081557f220d4c6890426bb29a29249c6c03..90431038d410384c048ce41c1f96f14ae53970a6 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2001,2003 Tim Potter <tpot@samba.org>
  *   2002 Added all command dissectors  Ronnie Sahlberg
  *
- * $Id: packet-dcerpc-samr.c,v 1.91 2003/05/22 11:32:06 sahlberg Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.92 2003/05/22 11:58:54 sahlberg Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,6 @@
 #include "packet-smb-common.h"
 #include "crypt-md4.h"
 #include "crypt-rc4.h"
-#include "packet-smb-sidsnooping.h"
 
 #ifdef NEED_SNPRINTF_H
 # include "snprintf.h"