mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibKeyboard: Remove an unnecessary #include when building with KERNEL
This commit is contained in:
parent
050db0cc33
commit
65db56cd9f
Notes:
sideshowbarker
2024-07-18 11:13:06 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/65db56cd9f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue