Author: tpot
Date: 2005-01-17 05:41:18 +0000 (Mon, 17 Jan 2005)
New Revision: 4796

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4796

Log:
Get rid of unecessary #include

Modified:
   branches/SAMBA_4_0/source/build/pidl/eparser.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/eparser.pm     2005-01-17 04:08:24 UTC 
(rev 4795)
+++ branches/SAMBA_4_0/source/build/pidl/eparser.pm     2005-01-17 05:41:18 UTC 
(rev 4796)
@@ -471,6 +471,8 @@
        # interested in for ehtereal parsers.
        #
 
+       next, if /^\#include \"includes.h\"/;
+
        # Remove the NDR_CHECK() macro calls.  Ethereal take care of
        # this for us as part of the tvbuff_t structure.
 

Reply via email to