mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:32:44 +00:00 
			
		
		
		
	LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
This commit is contained in:
		
							parent
							
								
									be055b3ddd
								
							
						
					
					
						commit
						8cb789d061
					
				
					 11 changed files with 0 additions and 11 deletions
				
			
		|  | @ -24,7 +24,6 @@ | |||
|  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Function.h> | ||||
| #include <LibJS/Runtime/GlobalObject.h> | ||||
| #include <LibWeb/Bindings/EventListenerWrapper.h> | ||||
|  |  | |||
|  | @ -26,7 +26,6 @@ | |||
| 
 | ||||
| #include <AK/FlyString.h> | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibWeb/Bindings/LocationObject.h> | ||||
| #include <LibWeb/Bindings/WindowObject.h> | ||||
| #include <LibWeb/DOM/Document.h> | ||||
|  |  | |||
|  | @ -25,7 +25,6 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <AK/FlyString.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Array.h> | ||||
| #include <LibJS/Runtime/GlobalObject.h> | ||||
| #include <LibWeb/Bindings/NavigatorObject.h> | ||||
|  |  | |||
|  | @ -30,7 +30,6 @@ | |||
| #include <AK/Function.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Utf8View.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Error.h> | ||||
| #include <LibJS/Runtime/Function.h> | ||||
| #include <LibJS/Runtime/Shape.h> | ||||
|  |  | |||
|  | @ -25,7 +25,6 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <LibJS/Heap/Heap.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/GlobalObject.h> | ||||
| #include <LibJS/Runtime/Shape.h> | ||||
| #include <LibWeb/Bindings/WindowObject.h> | ||||
|  |  | |||
|  | @ -25,7 +25,6 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <AK/Function.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Error.h> | ||||
| #include <LibJS/Runtime/GlobalObject.h> | ||||
| #include <LibWeb/Bindings/XMLHttpRequestPrototype.h> | ||||
|  |  | |||
|  | @ -435,7 +435,6 @@ void generate_implementation(const IDL::Interface& interface) | |||
|     auto& wrapper_base_class = interface.wrapper_base_class; | ||||
| 
 | ||||
|     out() << "#include <AK/FlyString.h>"; | ||||
|     out() << "#include <LibJS/Interpreter.h>"; | ||||
|     out() << "#include <LibJS/Runtime/Array.h>"; | ||||
|     out() << "#include <LibJS/Runtime/Value.h>"; | ||||
|     out() << "#include <LibJS/Runtime/GlobalObject.h>"; | ||||
|  |  | |||
|  | @ -26,7 +26,6 @@ | |||
| 
 | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <LibJS/AST.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Function.h> | ||||
| #include <LibJS/Runtime/ScriptFunction.h> | ||||
| #include <LibWeb/Bindings/EventWrapper.h> | ||||
|  |  | |||
|  | @ -25,7 +25,6 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <LibCore/Timer.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Function.h> | ||||
| #include <LibWeb/DOM/Timer.h> | ||||
| #include <LibWeb/DOM/Window.h> | ||||
|  |  | |||
|  | @ -24,7 +24,6 @@ | |||
|  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Runtime/Function.h> | ||||
| #include <LibWeb/Bindings/EventWrapper.h> | ||||
| #include <LibWeb/Bindings/EventWrapperFactory.h> | ||||
|  |  | |||
|  | @ -25,7 +25,6 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <LibJS/Interpreter.h> | ||||
| #include <LibJS/Parser.h> | ||||
| #include <LibWeb/DOM/Document.h> | ||||
| #include <LibWeb/DOM/Text.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling