diff options
Diffstat (limited to 'src/fe-gtk/notifications/notification-windows.c')
-rw-r--r-- | src/fe-gtk/notifications/notification-windows.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fe-gtk/notifications/notification-windows.c b/src/fe-gtk/notifications/notification-windows.c index 9033f36a..2fd896c5 100644 --- a/src/fe-gtk/notifications/notification-windows.c +++ b/src/fe-gtk/notifications/notification-windows.c @@ -16,12 +16,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include <gmodule.h> - #include "hexchat.h" #include "plugin.h" -#include <Windows.h> +#include <gmodule.h> +#include <windows.h> void (*winrt_notification_backend_show) (const char *title, const char *text) = NULL; int (*winrt_notification_backend_init) (const char **error) = NULL; |