mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37: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
|
@ -5,6 +5,8 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <LibCore/ElapsedTimer.h>
|
||||
|
@ -15,8 +17,6 @@
|
|||
#include <LibGfx/Bitmap.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
class CatDog final : public GUI::Widget
|
||||
, GUI::MouseTracker {
|
||||
C_OBJECT(CatDog);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue