mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
DevTools: Remove unused header includes
This commit is contained in:
parent
a51e6547aa
commit
a4c37d49a0
21 changed files with 0 additions and 29 deletions
|
@ -8,7 +8,6 @@
|
|||
#include "DebuggerVariableJSObject.h"
|
||||
#include "Debugger.h"
|
||||
#include <LibJS/Runtime/Error.h>
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
#include <LibJS/Runtime/PrimitiveString.h>
|
||||
#include <LibJS/Runtime/PropertyName.h>
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <LibSymbolication/Symbolication.h>
|
||||
#include <LibX86/Disassembler.h>
|
||||
#include <LibX86/ELFSymbolProvider.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue