Also track directly imported modules in a separate list
authorKeith Packard <keithp@keithp.com>
Wed, 12 Feb 2014 21:53:13 +0000 (13:53 -0800)
committerUli Schlachter <psychon@znc.in>
Wed, 19 Feb 2014 20:35:16 +0000 (21:35 +0100)
commit4270141a7cb3c68f50251be19a5a628aa18553e6
tree34d0a5a876547e408db66198010cea35c74eb58b
parentd898fd39ad6c82207eb78666b2daad982dd757b5
Also track directly imported modules in a separate list

This allows the generated header files to only include the
directly referenced header files, with the indirectly referenced header
files included by the directly referenced ones.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
xcbgen/matcher.py
xcbgen/state.py