// Created: 10.09.00
// RCS-ID: $Id$
// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWindows license
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TIPWIN_H_
#define _WX_TIPWIN_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "tipwin.h"
-#endif
-
#if wxUSE_TIPWINDOW
#if wxUSE_POPUPWIN
#define wxTipWindowBase wxFrame
#endif
+#include "wx/arrstr.h"
class WXDLLEXPORT wxTipWindowView;