diff --git a/etg/image.py b/etg/image.py index e3ab6aa0..76a4249f 100644 --- a/etg/image.py +++ b/etg/image.py @@ -46,18 +46,6 @@ def run(): # Tweak the parsed meta objects in the module object as needed for # customizing the generated code and docstrings. - module.addHeaderCode("""\ - #include - #include - #include - #include - #include - #include - #include - #include - #include - """) - c = module.find('wxImage') assert isinstance(c, etgtools.ClassDef) c.find('wxImage').findOverload('(const char *const *xpmData)').ignore()