mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +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
				
			
		|  | @ -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> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling