notification_server: Fixed include order.

This commit is contained in:
Axel Dörfler 2015-10-15 09:32:31 +02:00
parent 19c3a98dbf
commit 1034412d56
1 changed files with 2 additions and 1 deletions

View File

@ -9,10 +9,11 @@
#include "NotificationServer.h"
#include <stdlib.h>
#include <Beep.h>
#include <Notifications.h>
#include <PropertyInfo.h>
#include <stdlib.h>
#include "NotificationWindow.h"