Skip to content

Commit

Permalink
reorder include
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Dec 30, 2024
1 parent ba6880f commit b9f7dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/platform/win32window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
* THE SOFTWARE.
*/

#include "framework/core/graphicalapplication.h"
#ifdef WIN32

#include "win32window.h"
#include <framework/core/application.h>
#include <framework/core/eventdispatcher.h>
#include <framework/core/resourcemanager.h>
#include <framework/graphics/image.h>
#include "framework/core/graphicalapplication.h"

#ifdef NDEBUG
#include <timeapi.h>
Expand Down

0 comments on commit b9f7dfa

Please sign in to comment.