[clang][Interp][NFC] Clean up InterpState.cpp
authorTimm Bäder <tbaeder@redhat.com>
Mon, 6 Feb 2023 14:23:39 +0000 (15:23 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Tue, 28 Feb 2023 15:36:16 +0000 (16:36 +0100)
commitedeb0f49794c63d22a4c7fd6d2672c8544038dca
tree11c3d81f9b189d97b3440b28ec65e74b654abb2b
parent24322fca3bb433d926940b0b084aae252e81d4ac
[clang][Interp][NFC] Clean up InterpState.cpp

Remove unused includes, an unused using alias and braces in single-line
if statements.
clang/lib/AST/Interp/InterpState.cpp