vmod interfaces do not need stdio.h

parent 5a202b8f
......@@ -1097,7 +1097,6 @@ class vcc(object):
self.mkdefs(fx);
fo.write('#include "config.h"\n')
fo.write('#include <stdio.h>\n')
for i in ["vdef", "vrt", self.pfx, "vmod_abi"]:
fo.write('#include "%s.h"\n' % i)
fo.write("\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment