mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Everywhere: Fix order of includes and #pragma once
This commit is contained in:
committed by
Brian Gianforcaro
parent
30cca01e24
commit
c214d31c5e
@@ -4,6 +4,8 @@
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Array.h>
|
||||
#include <AK/IntrusiveList.h>
|
||||
#include <AK/Types.h>
|
||||
@@ -13,8 +15,6 @@
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
struct FILE {
|
||||
public:
|
||||
FILE(int fd, int mode)
|
||||
|
||||
Reference in New Issue
Block a user