]> git.saurik.com Git - wxWidgets.git/commitdiff
compile error with VC6.0 fixed. #include "wx/wxprec.h" moved to top of file
authorUnknown (JL) <nobody@localhost>
Wed, 6 Oct 1999 17:29:56 +0000 (17:29 +0000)
committerUnknown (JL) <nobody@localhost>
Wed, 6 Oct 1999 17:29:56 +0000 (17:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp

index 02484668f61fb749874e369b73a206926e66a1ab..1479ae8af265e581cbe8b041720d7017b1a3a3e0 100644 (file)
@@ -9,6 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+// For compilers that support precompilation, includes "wx/wx.h".
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 
@@ -20,8 +22,6 @@
     #pragma implementation "grid.h"
 #endif
 
-// For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop