From: J. Russell Smyth Date: Tue, 13 Jul 1999 20:22:12 +0000 (+0000) Subject: added precomp header stuf X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ec4f5ef53d5923f8f2f1a13a0562edd1eb0f4ea6?ds=inline added precomp header stuf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/mod_list.cpp b/src/html/mod_list.cpp index 4222d6bc02..1f3b49a4eb 100644 --- a/src/html/mod_list.cpp +++ b/src/html/mod_list.cpp @@ -5,10 +5,25 @@ // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation +#endif + +#include + #include "wx/defs.h" #if wxUSE_HTML +#ifdef __BORDLANDC__ +#pragma hdrstop +#endif + +#ifndef WXPRECOMP +#include +#endif + + #include #include