X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f5766910b6731eb03e82371416e9778203396ce7:/src/palmos/msgdlg.cpp?ds=inline diff --git a/src/palmos/msgdlg.cpp b/src/palmos/msgdlg.cpp index 12c15eb45f..4c1f7732b5 100644 --- a/src/palmos/msgdlg.cpp +++ b/src/palmos/msgdlg.cpp @@ -13,12 +13,11 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/defs.h" #include "wx/utils.h" #include "wx/dialog.h" #include "wx/msgdlg.h" @@ -149,4 +148,3 @@ int wxMessageDialog::ShowModal() return wxResult; } -