1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibCpp
Ben Wiederhake c9bb887c55 Everywhere: Remove unnecessary headers 1/4
Arbitrarily split up to make git bisect easier.

These unnecessary #include's were found by combining an automated tool (which
determined likely candidates) and some brain power (which decided whether
the #include is also semantically superfluous).

My favorite #include:

    #include "Applications/Piano/Music.h" // You can't have too much music in life!
2021-02-08 18:03:57 +01:00
..
AST.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
AST.h Everywhere: Remove unnecessary headers 1/4 2021-02-08 18:03:57 +01:00
CMakeLists.txt LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp 2021-02-07 14:40:36 +01:00
Lexer.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Lexer.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
SyntaxHighlighter.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
SyntaxHighlighter.h LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00