From ec4f5ef53d5923f8f2f1a13a0562edd1eb0f4ea6 Mon Sep 17 00:00:00 2001 From: "J. Russell Smyth" Date: Tue, 13 Jul 1999 20:22:12 +0000 Subject: [PATCH] added precomp header stuf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/mod_list.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.50.0