]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notifmsg.cpp
make some reference handling a little more direct and less obscure
[wxWidgets.git] / src / gtk / notifmsg.cpp
index a3cf7ff39cb951150e9f0f67fc5d8dfd79e05cb1..10d0d7a678202f6243c9a1f94fa1e3dec7e78bdb 100644 (file)
 
 #if wxUSE_NOTIFICATION_MESSAGE && wxUSE_LIBNOTIFY
 
+#include "wx/notifmsg.h"
+
 #ifndef WX_PRECOMP
+    #include "wx/app.h"
 #endif // WX_PRECOMP
 
-#include "wx/notifmsg.h"
-
 #include <libnotify/notify.h>
 
 #include "wx/module.h"