X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/261917904250fc47a5b89be3d799a2a4df80273c..eba99da4c0563e6508761272a1e1f1b791d0af6b:/include/wx/tooltip.h diff --git a/include/wx/tooltip.h b/include/wx/tooltip.h index c20fc7b6d9..83a4eb9249 100644 --- a/include/wx/tooltip.h +++ b/include/wx/tooltip.h @@ -1,7 +1,18 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: tooltip.h +// Purpose: wxToolTip base header +// Author: wxWidgets Team +// Modified by: +// Created: +// Copyright: (c) wxWidgets Team +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_TOOLTIP_H_BASE_ #define _WX_TOOLTIP_H_BASE_ -#include "wx/setup.h" +#include "wx/defs.h" #if wxUSE_TOOLTIPS