// Author: David Webster
// Modified by:
// Created: 10/09/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_HELP
+
#ifndef WX_PRECOMP
-#include "wx/defs.h"
#endif
#include "wx/os2/helpwin.h"
-#if wxUSE_HELP
#include <time.h>
#include "wx/os2/private.h"
void wxWinHelpController::OnQuit()
{
}
+
#endif // wxUSE_HELP