Skip to content

Commit

Permalink
Remove skipped inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
oToToT committed Feb 6, 2022
1 parent d77b505 commit 1e93afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CppBundler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class CppExpanderCallback : public clang::PPCallbacks {
return;
}

TheRewriter.RemoveText(InclusionSourceRanges.back());
InclusionSourceRanges.pop_back();
}

Expand Down

0 comments on commit 1e93afb

Please sign in to comment.