r4796: Get rid of unecessary #include
authorTim Potter <tpot@samba.org>
Mon, 17 Jan 2005 05:41:18 +0000 (05:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:56 +0000 (13:08 -0500)
(This used to be commit 2950dbd87c8ff535277b817268c8a601eee42ba2)

source4/build/pidl/eparser.pm

index dcb9b609907589373dde3b0ba703b2f0b59b5b51..58a545cc6f51243a3ab3979c8c1c56ca8f28b4f6 100644 (file)
@@ -471,6 +471,8 @@ sub RewriteC($$$)
        # 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.