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
commit b5bcecef09
Notes: sideshowbarker 2024-07-19 10:40:24 +09:00

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,