X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbce0c0ce63328b32c3155c80e1fc1375dcdad2f..abb4f9c93715f5b00c526203af96ed2938a1a2c3:/src/gtk/tooltip.cpp diff --git a/src/gtk/tooltip.cpp b/src/gtk/tooltip.cpp index 3a679894d2..3b04c2c35d 100644 --- a/src/gtk/tooltip.cpp +++ b/src/gtk/tooltip.cpp @@ -7,10 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "tooltip.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -18,8 +14,8 @@ #if wxUSE_TOOLTIPS -#include "wx/window.h" #include "wx/tooltip.h" +#include "wx/window.h" #include "wx/gtk/private.h"