mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00
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!
This commit is contained in:
parent
0a2304ba05
commit
c9bb887c55
7 changed files with 0 additions and 7 deletions
|
@ -24,7 +24,6 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/JsonPath.h>
|
||||
#include <AK/JsonValue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue