Skip to content

Commit f12748f

Browse files
committed
Clean up includes
1 parent 0fb5992 commit f12748f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testingmain.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#include "../tinyexpr.h"
22
#include <catch2/catch_session.hpp>
33
#include <catch2/catch_test_macros.hpp>
4-
#include <catch2/matchers/catch_matchers.hpp>
5-
#include <iomanip>
4+
#include <cstdlib>
65
#include <iostream>
76
#include <string>
87

tinyexpr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include <cctype>
5656
#include <cfloat>
5757
#include <cmath>
58+
#include <cstdint>
5859
#include <cstdio>
5960
#include <cstdlib>
6061
#include <cstring>

0 commit comments

Comments
 (0)