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

LibKeyboard: Remove an unnecessary #include when building with KERNEL

This commit is contained in:
Andreas Kling 2021-06-30 11:30:28 +02:00
parent 050db0cc33
commit 65db56cd9f

View file

@ -6,9 +6,9 @@
#include "CharacterMap.h"
#include <AK/StringBuilder.h>
#include <LibKeyboard/CharacterMapFile.h>
#ifndef KERNEL
# include <LibKeyboard/CharacterMapFile.h>
# include <serenity.h>
#endif