Skip to content

Commit

Permalink
cleaned up include based on include-what-you-use
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Feb 14, 2024
1 parent d76cdcf commit 043c34b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/checkbufferoverrun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <iterator>
#include <numeric> // std::accumulate
#include <sstream>
#include <utility>

#include "xml.h"

Expand Down
4 changes: 0 additions & 4 deletions lib/checkunusedfunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@

#include "xml.h"

namespace CTU {
class FileInfo;
}

//---------------------------------------------------------------------------

// Register this check class
Expand Down
1 change: 1 addition & 0 deletions lib/errorlogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "color.h"
#include "cppcheck.h"
#include "path.h"
#include "settings.h"
#include "suppressions.h"
#include "token.h"
#include "tokenlist.h"
Expand Down

0 comments on commit 043c34b

Please sign in to comment.