diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 17:13:13 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 17:13:13 +0000 |
commit | 41b2aae5cf08899da5c46e944ead4ddf6639a3f0 (patch) | |
tree | 4a68011a4f7780e24a573f06a8437de0742c5d6f /extractor/mocks/mock_feature.h | |
parent | 892b0820ce03268bf4c55bed8a8f697009f67f36 (diff) |
Fix broken test & includes.
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 { |