diff options
Diffstat (limited to 'extractor/mocks/mock_feature.h')
-rw-r--r-- | extractor/mocks/mock_feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/mocks/mock_feature.h b/extractor/mocks/mock_feature.h index 19ba4de9..0b0f0ead 100644 --- a/extractor/mocks/mock_feature.h +++ b/extractor/mocks/mock_feature.h @@ -1,6 +1,6 @@ #include <gmock/gmock.h> -#include "../features/feature.h" +#include "features/feature.h" namespace extractor { namespace features { |