Skip to content

Commit

Permalink
Clean up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Nov 20, 2024
1 parent 936744c commit b106294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion json_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// limitations under the License.

#include "json.h"

#include <atomic>
#include <chrono>
#include <cstdio>
Expand Down
7 changes: 1 addition & 6 deletions jsontestsuite_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
// limitations under the License.

#include "json.h"

#include <cstdio>
#include <cstdlib>
#include <string>

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

using jt::Json;

#include "json.h"
#include <cstdio>
#include <cstdlib>
#include <string>

static const char* const kParsingTests[] = {
"i_number_double_huge_neg_exp.json",
"i_number_huge_exp.json",
Expand Down

0 comments on commit b106294

Please sign in to comment.