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:
parent
9e55bcb7da
commit
b5bcecef09
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue