Skip to content

Commit

Permalink
Fix include order
Browse files Browse the repository at this point in the history
Our style is to have own header first.
  • Loading branch information
MiKom committed Jul 16, 2024
1 parent 69a7389 commit 455995f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/KDFoundation/platform/abstract_platform_event_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <KDFoundation/platform/abstract_platform_event_loop.h>
#include "abstract_platform_event_loop.h"

#include <KDFoundation/platform/abstract_platform_event_loop.h>

namespace KDFoundation {

/**
Expand Down

0 comments on commit 455995f

Please sign in to comment.