Remove unnecessary includes added by clangd

This commit is contained in:
Oskari Alaranta 2026-02-22 22:08:16 +02:00
parent 561aaecc3f
commit e376c57cda
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
#include <LibInput/KeyEvent.h> #include <LibInput/KeyEvent.h>
#include <LibInput/MouseEvent.h> #include <LibInput/MouseEvent.h>
#include <cstdint>
#include <sys/socket.h> #include <sys/socket.h>
#define FOR_EACH_0(macro) #define FOR_EACH_0(macro)

View File

@ -2,7 +2,6 @@
#include <BAN/StringView.h> #include <BAN/StringView.h>
#include <cstdint>
#include <stdint.h> #include <stdint.h>
namespace LibFont { class Font; } namespace LibFont { class Font; }