mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:28:11 +00:00
LibLine: Remove unused header in Span.h
This commit is contained in:
parent
83c11434e4
commit
5c6323c130
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace Line {
|
||||
|
||||
class Span {
|
||||
public:
|
||||
enum Mode {
|
||||
|
@ -52,4 +51,5 @@ private:
|
|||
size_t m_end { 0 };
|
||||
Mode m_mode { CodepointOriented };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue