Skip to content

Commit

Permalink
Apply dogfood suggestions after IWYU improving
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov-a committed Sep 2, 2024
1 parent 549f85e commit 5f625b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions iwyu_preprocessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
#include "iwyu_stl_util.h"
#include "iwyu_string_util.h"
#include "iwyu_verrs.h"

namespace clang {
class MacroArgs;
class Module;
} // namespace clang
#include "llvm/ADT/StringRef.h"

// TODO: Clean out pragmas as IWYU improves.
// IWYU pragma: no_include "clang/Basic/CustomizableOptional.h"
Expand Down
6 changes: 0 additions & 6 deletions iwyu_preprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,9 @@
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "iwyu_output.h"
#include "llvm/ADT/StringRef.h"

namespace clang {
class MacroArgs;
class MacroDefinition;
class MacroDirective;
class Module;
class NamedDecl;
class Token;
} // namespace clang

namespace include_what_you_use {
Expand Down

0 comments on commit 5f625b1

Please sign in to comment.