Skip to content

Commit c5ec8af

Browse files
committed
Reorder includes for consistency in tray_icon_windows.cpp
1 parent d6795a2 commit c5ec8af

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)