mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibC: Don't include C++ headers in C system headers
This commit is contained in:
parent
c69e147b8b
commit
78c81854cc
Notes:
sideshowbarker
2024-07-18 08:03:06 +09:00
Author: https://github.com/gunnarbeutner
Commit: 78c81854cc
Pull-request: https://github.com/SerenityOS/serenity/pull/9038
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/Format.h>
|
||||
#include <wctype.h>
|
||||
|
||||
extern "C" {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Format.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <wchar.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue