X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/217099990c2665d18d352c60058106da9a014ab8..cca784632f8ee59b6f0fcae5da50d287da55bb6f:/include/wx/msgdlg.h diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 02e43e1f0b..c24fb85873 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -11,14 +11,10 @@ #include "wx/motif/msgdlg.h" #elif defined(__WXGTK__) #include "wx/generic/msgdlgg.h" -#elif defined(__WXQT__) -#include "wx/generic/msgdlgg.h" #elif defined(__WXMAC__) #include "wx/mac/msgdlg.h" #elif defined(__WXPM__) #include "wx/os2/msgdlg.h" -#elif defined(__WXSTUBS__) -#include "wx/generic/msgdlgg.h" #endif // ----------------------------------------------------------------------------