From: Unknown (JL) Date: Wed, 6 Oct 1999 17:29:56 +0000 (+0000) Subject: compile error with VC6.0 fixed. #include "wx/wxprec.h" moved to top of file X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6768c790de07729521ed4c93a2352f8d5d269caf compile error with VC6.0 fixed. #include "wx/wxprec.h" moved to top of file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 02484668f6..1479ae8af2 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -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