X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffd84c9476298154de52e55cd9dff3572c68ab18..04e044c4d6dab8b3164479f9b2d36d5b6a7c8610:/src/x11/window.cpp diff --git a/src/x11/window.cpp b/src/x11/window.cpp index 6f3a3fdc16..c2021f0162 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -9,6 +9,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +// for compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#if defined(__BORLANDC__) +#pragma hdrstop +#endif + // ============================================================================ // declarations // ============================================================================ @@ -17,7 +24,6 @@ // headers // ---------------------------------------------------------------------------- -#include "wx/setup.h" #include "wx/menu.h" #include "wx/dc.h" #include "wx/dcclient.h"