`include does not support both <> and "" to include header files. This syntax could be used to differentiate system-defined header les and user-defined header files.
See Issue 15.
[Comment]
Since <> is used by C/C++ it may be better to use [] for the simulator files, and leave <> as the marker for including OS related files.