1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

Kernel: Add a missing "#pragma once"

This commit is contained in:
Andreas Kling 2020-09-04 23:51:50 +02:00
parent eb74f62201
commit 02b3cb8123

View file

@ -24,6 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#pragma once
#include <Kernel/IO.h>
#include <Kernel/PCI/Device.h>