Skip to content

Commit 4f2c095

Browse files
committed
remove some unused includes
1 parent 8f6d965 commit 4f2c095

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Diff for: lib/checkers.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// python3 tools/get_checkers.py > lib/checkers.cpp
2121

2222
#include "checkers.h"
23-
#include "utils.h"
2423

2524
namespace checkers {
2625
const std::map<std::string, std::string> allCheckers{

Diff for: lib/checkers.h

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <vector>
2525

2626
#include "config.h"
27-
#include "errortypes.h"
2827

2928
namespace checkers {
3029
extern CPPCHECKLIB const std::map<std::string, std::string> allCheckers;

Diff for: lib/cppcheck.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "path.h"
3333
#include "platform.h"
3434
#include "preprocessor.h"
35-
#include "settings.h"
3635
#include "standards.h"
3736
#include "suppressions.h"
3837
#include "timer.h"
@@ -42,7 +41,6 @@
4241
#include "utils.h"
4342
#include "valueflow.h"
4443
#include "version.h"
45-
#include "checkers.h"
4644

4745
#include <algorithm>
4846
#include <cassert>

0 commit comments

Comments
 (0)