Selaa lähdekoodia

Everywhere: Remove more <AK/SharedBuffer.h> includes

Andreas Kling 4 vuotta sitten
vanhempi
commit
1cb44ec5ee

+ 0 - 1
Userland/Libraries/LibGUI/WindowServerConnection.cpp

@@ -24,7 +24,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <AK/SharedBuffer.h>
 #include <AK/StringBuilder.h>
 #include <LibCore/EventLoop.h>
 #include <LibCore/MimeData.h>

+ 0 - 1
Userland/Libraries/LibGfx/Palette.cpp

@@ -25,7 +25,6 @@
  */
 
 #include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
 #include <LibGfx/Palette.h>
 #include <string.h>
 

+ 0 - 1
Userland/Libraries/LibGfx/SystemTheme.cpp

@@ -24,7 +24,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <AK/SharedBuffer.h>
 #include <LibCore/ConfigFile.h>
 #include <LibGfx/SystemTheme.h>
 #include <string.h>

+ 0 - 1
Userland/Libraries/LibWeb/OutOfProcessWebView.cpp

@@ -26,7 +26,6 @@
 
 #include "OutOfProcessWebView.h"
 #include "WebContentClient.h"
-#include <AK/SharedBuffer.h>
 #include <LibGUI/MessageBox.h>
 #include <LibGUI/Painter.h>
 #include <LibGUI/ScrollBar.h>

+ 0 - 1
Userland/Services/ImageDecoder/ClientConnection.cpp

@@ -25,7 +25,6 @@
  */
 
 #include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
 #include <ImageDecoder/ClientConnection.h>
 #include <ImageDecoder/ImageDecoderClientEndpoint.h>
 #include <LibGfx/Bitmap.h>

+ 0 - 1
Userland/Services/WebContent/ClientConnection.cpp

@@ -25,7 +25,6 @@
  */
 
 #include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
 #include <LibGfx/Bitmap.h>
 #include <LibGfx/SystemTheme.h>
 #include <WebContent/ClientConnection.h>

+ 0 - 1
Userland/Services/WebContent/PageHost.cpp

@@ -26,7 +26,6 @@
 
 #include "PageHost.h"
 #include "ClientConnection.h"
-#include <AK/SharedBuffer.h>
 #include <LibGfx/Painter.h>
 #include <LibGfx/SystemTheme.h>
 #include <LibWeb/Layout/InitialContainingBlockBox.h>

+ 0 - 1
Userland/Services/WindowServer/ClientConnection.cpp

@@ -25,7 +25,6 @@
  */
 
 #include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
 #include <LibGfx/Bitmap.h>
 #include <LibGfx/StandardCursor.h>
 #include <LibGfx/SystemTheme.h>

+ 0 - 1
Userland/Services/WindowServer/WindowManager.cpp

@@ -33,7 +33,6 @@
 #include "Screen.h"
 #include "Window.h"
 #include <AK/LogStream.h>
-#include <AK/SharedBuffer.h>
 #include <AK/StdLibExtras.h>
 #include <AK/Vector.h>
 #include <LibGfx/CharacterBitmap.h>

+ 0 - 1
Userland/Services/WindowServer/main.cpp

@@ -29,7 +29,6 @@
 #include "EventLoop.h"
 #include "Screen.h"
 #include "WindowManager.h"
-#include <AK/SharedBuffer.h>
 #include <LibCore/ConfigFile.h>
 #include <LibGfx/Palette.h>
 #include <LibGfx/SystemTheme.h>

+ 0 - 1
Userland/Utilities/pro.cpp

@@ -28,7 +28,6 @@
 #include <AK/GenericLexer.h>
 #include <AK/LexicalPath.h>
 #include <AK/NumberFormat.h>
-#include <AK/SharedBuffer.h>
 #include <AK/URL.h>
 #include <LibCore/ArgsParser.h>
 #include <LibCore/EventLoop.h>