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
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/String.h>
#include <LibGfx/Point.h>
#include <LibIPC/Decoder.h>