X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2eb92b0da899c88cbc7595e4125962f8a9d0dfcb..d58b140b13c4b9215a2d2de3f1a3c5efe418e669:/src/gtk/notifmsg.cpp diff --git a/src/gtk/notifmsg.cpp b/src/gtk/notifmsg.cpp index a3cf7ff39c..20bc1884ba 100644 --- a/src/gtk/notifmsg.cpp +++ b/src/gtk/notifmsg.cpp @@ -3,7 +3,6 @@ // Purpose: wxNotificationMessage for wxGTK using libnotify. // Author: Vadim Zeitlin // Created: 2012-07-25 -// RCS-ID: $Id$ // Copyright: (c) 2012 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -25,11 +24,12 @@ #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 #include "wx/module.h"