mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 04:31:00 +00:00
5 lines
77 B
C++
5 lines
77 B
C++
#include <Kernel/CharacterDevice.h>
|
|
|
|
CharacterDevice::~CharacterDevice()
|
|
{
|
|
}
|