mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:07:35 +00:00
Everywhere: Fix order of includes and #pragma once
This commit is contained in:
parent
30cca01e24
commit
c214d31c5e
10 changed files with 20 additions and 20 deletions
|
@ -4,10 +4,10 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define bswap_16(x) (__builtin_bswap16(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue