mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
7 lines
91 B
C++
7 lines
91 B
C++
#pragma once
|
|
|
|
#include <Kernel/CharacterDevice.h>
|
|
|
|
CharacterDevice::~CharacterDevice()
|
|
{
|
|
}
|