ladybird/Kernel/BlockDevice.cpp

6 lines
65 B
C++
Raw Normal View History

2019-02-16 00:52:58 +01:00
#include <Kernel/BlockDevice.h>
BlockDevice::~BlockDevice()
{
}