Skip to content

Commit b106294

Browse files
committed
Clean up includes
1 parent 936744c commit b106294

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

json_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// limitations under the License.
1717

1818
#include "json.h"
19-
2019
#include <atomic>
2120
#include <chrono>
2221
#include <cstdio>

jsontestsuite_test.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
// limitations under the License.
1717

1818
#include "json.h"
19-
2019
#include <cstdio>
2120
#include <cstdlib>
21+
#include <string>
2222

2323
#define HI_RESET "\033[0m" // green
2424
#define HI_GOOD "\033[32m" // green
@@ -27,11 +27,6 @@
2727

2828
using jt::Json;
2929

30-
#include "json.h"
31-
#include <cstdio>
32-
#include <cstdlib>
33-
#include <string>
34-
3530
static const char* const kParsingTests[] = {
3631
"i_number_double_huge_neg_exp.json",
3732
"i_number_huge_exp.json",

0 commit comments

Comments
 (0)