]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dialup.cpp
send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get...
[wxWidgets.git] / src / unix / dialup.cpp
index 2b39c34e0b8ce37a100c38ea22c271ca24b17f2c..b71a5cc8a41cfc6e3f9220a4cdc6cca367725192 100644 (file)
 #ifndef  WX_PRECOMP
     #include "wx/string.h"
     #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/event.h"
+    #include "wx/app.h"
+    #include "wx/utils.h"
 #endif // !PCH
 
-#include "wx/event.h"
 #include "wx/timer.h"
 #include "wx/filefn.h"
-#include "wx/utils.h"
-#include "wx/log.h"
 #include "wx/ffile.h"
 #include "wx/process.h"
-#include "wx/app.h"
 #include "wx/wxchar.h"
 
 #include <stdlib.h>