Include C++ stdlib headers as well. They'll be missing, but we can still detect unused.

This commit is contained in:
Ian Gulliver
2016-06-06 08:37:52 -07:00
parent 9e6700b904
commit cda5c8bddc

View File

@@ -42,7 +42,7 @@ class Interrupted(Error):
class MinHeader(object):
_INCLUDE_RE = re.compile('^#include ["<](?P<include_path>[^>"]+\.[^>"]+)[>"]')
_INCLUDE_RE = re.compile('^#include ["<](?P<include_path>[^>"]+)[>"]')
def __init__(self, include_paths, test_command):
self._include_paths = include_paths