LibIPC+LibGfx+IPCCompiler: Drop some unused includes

This commit is contained in:
Sergey Bugaev 2020-06-08 14:10:09 +03:00 committed by Andreas Kling
parent affc479e83
commit fc481552f5
Notes: sideshowbarker 2024-07-19 05:45:05 +09:00
6 changed files with 0 additions and 7 deletions

View file

@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/BufferStream.h>
#include <AK/Function.h>
#include <AK/HashMap.h>
#include <AK/StringBuilder.h>

View file

@ -25,7 +25,6 @@
*/
#include <AK/Assertions.h>
#include <AK/BufferStream.h>
#include <AK/Optional.h>
#include <AK/String.h>
#include <AK/Vector.h>

View file

@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/BufferStream.h>
#include <AK/String.h>
#include <LibGfx/Point.h>
#include <LibIPC/Decoder.h>

View file

@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/BufferStream.h>
#include <AK/String.h>
#include <LibGfx/Size.h>
#include <LibIPC/Decoder.h>

View file

@ -29,9 +29,7 @@
#include <AK/ByteBuffer.h>
#include <LibCore/Event.h>
#include <LibCore/EventLoop.h>
#include <LibCore/IODevice.h>
#include <LibCore/LocalSocket.h>
#include <LibCore/Notifier.h>
#include <LibCore/Object.h>
#include <LibIPC/Endpoint.h>
#include <LibIPC/Message.h>

View file

@ -26,7 +26,6 @@
#pragma once
#include <AK/BufferStream.h>
#include <AK/Forward.h>
#include <AK/NumericLimits.h>
#include <AK/String.h>