diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 1 | ||||
-rw-r--r-- | tests/test_utils.hpp | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index ca026e4a..b1705dfa 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -45,7 +45,6 @@ #include <iostream> #include <map> #include <memory> -#include <sstream> #include <string> #include <utility> diff --git a/tests/test_utils.hpp b/tests/test_utils.hpp index 57446ac5..e595b7c8 100644 --- a/tests/test_utils.hpp +++ b/tests/test_utils.hpp @@ -14,13 +14,13 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -// IWYU pragma: no_include "ingen/FilePath.hpp" - #include "ingen/fmt.hpp" #include <iostream> #include <string> +// IWYU pragma: no_include "ingen/FilePath.hpp" + #define EXPECT_TRUE(value) \ do { \ if (!(value)) { \ |