Skip to content

Commit 0eba255

Browse files
committed
Reorder includes in tray_icon_windows.cpp for consistency
1 parent 5f95179 commit 0eba255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/windows/tray_icon_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include <shellapi.h>
21
#include <windows.h>
2+
#include <shellapi.h>
33
#include <memory>
44
#include <string>
55

0 commit comments

Comments
 (0)