summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-17 05:41:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:56 -0500
commit0b5e8c848b5b35a188dfe4b78fccf646d5cb187c (patch)
tree1b906340b87f9c43d3f15cc9f41981af9217aa92 /source4
parent6e135908736431b3c9f90dabf5193aa47c2d0714 (diff)
downloadsamba-0b5e8c848b5b35a188dfe4b78fccf646d5cb187c.tar.gz
samba-0b5e8c848b5b35a188dfe4b78fccf646d5cb187c.tar.bz2
samba-0b5e8c848b5b35a188dfe4b78fccf646d5cb187c.zip
r4796: Get rid of unecessary #include
(This used to be commit 2950dbd87c8ff535277b817268c8a601eee42ba2)
Diffstat (limited to 'source4')
-rw-r--r--source4/build/pidl/eparser.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm
index dcb9b60990..58a545cc6f 100644
--- a/source4/build/pidl/eparser.pm
+++ b/source4/build/pidl/eparser.pm
@@ -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.