]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
wx/debug.h is always unconditionally included by wx/defs.h
[wxWidgets.git] / src / os2 / control.cpp
index 69a1a79243fe8eb75f2c7c0044949b644546efa1..f829123a94c45d3a258969da25ae1975814ced1d 100644 (file)
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-#include "wx/event.h"
-#include "wx/app.h"
-#include "wx/dcclient.h"
-#include "wx/scrolwin.h"
-#include "wx/log.h"
+    #include "wx/event.h"
+    #include "wx/app.h"
+    #include "wx/dcclient.h"
+    #include "wx/scrolwin.h"
+    #include "wx/log.h"
 #endif
+
 #include "wx/os2/private.h"
 #include "wx/control.h"
 
@@ -33,15 +34,13 @@ wxControl::wxControl()
 {
 } // end of wxControl::wxControl
 
-bool wxControl::Create(
-  wxWindow*                         pParent
-, wxWindowID                        vId
-, const wxPoint&                    rPos
-, const wxSize&                     rSize
-, long                              lStyle
-, const wxValidator&                rValidator
-, const wxString&                   rsName
-)
+bool wxControl::Create( wxWindow*           pParent,
+                        wxWindowID          vId,
+                        const wxPoint&      rPos,
+                        const wxSize&       rSize,
+                        long                lStyle,
+                        const wxValidator&  rValidator,
+                        const wxString&     rsName )
 {
     bool                            bRval = wxWindow::Create( pParent
                                                              ,vId