]> git.saurik.com Git - wxWidgets.git/commitdiff
Borland (5.5) compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Wed, 2 Jul 2003 21:39:49 +0000 (21:39 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 2 Jul 2003 21:39:49 +0000 (21:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/msgout.cpp

index 1225ae88d06bb22146c5b1886bdaf2961ca9265d..316d014635f01bbb3d1b73e08d4bfdfd794cc69e 100755 (executable)
     #include "wx/ffile.h"
     #include "wx/app.h"
     #include "wx/intl.h"
-    #include "wx/apptrait.h"
     #if wxUSE_GUI
         #include "wx/msgdlg.h"
     #endif // wxUSE_GUI
 #endif
 
 #include "wx/msgout.h"
+#include "wx/apptrait.h"
 #include "wx/log.h"
 
 #include <stdarg.h>