1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Everywhere: Fix order of includes and #pragma once

This commit is contained in:
Ben Wiederhake 2022-09-18 01:14:45 +02:00 committed by Brian Gianforcaro
parent 30cca01e24
commit c214d31c5e
10 changed files with 20 additions and 20 deletions

View file

@ -4,10 +4,10 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Types.h>
#pragma once
#include <AK/Types.h>
namespace GPU {
// FIXME: These 3 types were originally introduced in LibSoftGPU and are currently needed by the device interface.