# Matches C/C++ #include \#\s{0,} include # Match the include, followed by \s+(?>(?(\< # A header, enclosed in <>s (?
[\w\.\\\/]+)\> # OR |\" # A Source File, enclosed in ""s (?[\w\.\\\/]+)\")))