diff --git a/minheader.py b/minheader.py index c70712a..0c6e5f3 100755 --- a/minheader.py +++ b/minheader.py @@ -42,7 +42,7 @@ class Interrupted(Error): class MinHeader(object): - _INCLUDE_RE = re.compile('^#include ["<](?P[^>"]+\.[^>"]+)[>"]') + _INCLUDE_RE = re.compile('^#include ["<](?P[^>"]+)[>"]') def __init__(self, include_paths, test_command): self._include_paths = include_paths