Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Revert "scanner: Include all headers when building the dumper binary"
Browse files Browse the repository at this point in the history
This reverts commit bedd7dd.
  • Loading branch information
cgwalters committed Jan 11, 2011
1 parent 24d9f13 commit d27ff46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions giscanner/dumper.py
Expand Up @@ -37,8 +37,6 @@
#include <string.h>
#include <stdlib.h>
%(c_include)s
%(gdump_include)s
int
Expand Down Expand Up @@ -109,7 +107,6 @@ def run(self):
gdump_file = open(gdump_path)
gdump_contents = gdump_file.read()
gdump_file.close()
tpl_args['c_include'] = "\n".join("#include <%s>" % i for i in self._options.c_includes)
tpl_args['gdump_include'] = gdump_contents
tpl_args['init_sections'] = "\n".join(self._options.init_sections)

Expand Down

0 comments on commit d27ff46

Please sign in to comment.