shevek / jcpp

The C Preprocessor as a Java library
http://www.anarres.org/projects/jcpp/
Apache License 2.0
106 stars 36 forks source link

Added access to list of include files. #18

Closed vvoid closed 9 years ago

vvoid commented 10 years ago

Added code to collect the list of include files referenced by the source.

This information is relevant for dependency management and happens to be available in a parser. I just collect it make it accessible.

shevek commented 9 years ago

Fixed in aefac8c to return a list of VirtualFile not a list of String.