1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

LibDraw: Remove bogus LibC/ prefix on SharedBuffer.h include

This class really doesn't belong in LibC anyway, does it? Mehh.
This commit is contained in:
Andreas Kling 2019-12-25 22:50:17 +01:00
parent 9e55bcb7da
commit b5bcecef09

View file

@ -1,8 +1,8 @@
#pragma once
#include <AK/Types.h>
#include <LibC/SharedBuffer.h>
#include <LibDraw/Color.h>
#include <SharedBuffer.h>
enum class ColorRole {
NoRole,