Skip to content

Commit

Permalink
AppKit+LibWebView: Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Viloria committed Sep 19, 2024
1 parent dac32eb commit ccfabe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Ladybird/AppKit/UI/InspectorController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#pragma once

#import <Cocoa/Cocoa.h>
#import <UI/Inspector.h>

@class Tab;

Expand Down
1 change: 0 additions & 1 deletion Userland/Libraries/LibWebView/WebContentClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

#include "WebContentClient.h"
#include "AK/Format.h"
#include "Application.h"
#include "ViewImplementation.h"
#include <LibWeb/Cookie/ParsedCookie.h>
Expand Down

0 comments on commit ccfabe3

Please sign in to comment.