]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloopconsole.cpp
avoid calling GetDefaultSize() twice
[wxWidgets.git] / src / msw / evtloopconsole.cpp
index f1538af277462c2fce50ae54f13dc97015501d43..5421b86c439b4f32bfd3c42fb0e0a94f452f450a 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     01.06.01
-// RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/msw/wrapwin.h"
+#endif //WX_PRECOMP
+
 #include "wx/evtloop.h"
 
 // ============================================================================