Skip to content

Commit 5a49242

Browse files
committed
cleaned up includes based on include-what-you-use
1 parent 4a06a25 commit 5a49242

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

cli/cppcheckexecutor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "errorlogger.h"
3333
#include "errortypes.h"
3434
#include "filesettings.h"
35-
#include "json.h"
3635
#include "path.h"
3736
#include "sarifreport.h"
3837
#include "settings.h"
@@ -49,7 +48,6 @@
4948

5049
#include <algorithm>
5150
#include <cassert>
52-
#include <cstdint>
5351
#include <cstdio>
5452
#include <cstdlib> // EXIT_SUCCESS and EXIT_FAILURE
5553
#include <ctime>

lib/settings.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "vfvalue.h"
2626

2727
#include <cctype>
28+
#include <cstdlib>
29+
#include <cstring>
2830
#include <fstream>
2931
#include <iostream>
3032
#include <map>

lib/suppressions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "suppressions.h"
2020

2121
#include "errorlogger.h"
22-
#include "errortypes.h"
2322
#include "filesettings.h"
2423
#include "path.h"
2524
#include "pathmatch.h"

0 commit comments

Comments
 (0)