X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d0c0756e1097b4874cfe4d13afe6090987702ef..32e9da8bfaafe4f462f7473a7e11e3387847e121:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index f8f537e275..260b2526a0 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -9,17 +9,16 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __TBARBASEH__ -#define __TBARBASEH__ +#ifndef _WX_TBARBASE_H_ +#define _WX_TBARBASE_H_ #ifdef __GNUG__ #pragma interface "tbarbase.h" #endif +#include "wx/setup.h" #include "wx/defs.h" -#if USE_TOOLBAR - #include "wx/bitmap.h" #include "wx/list.h" #include "wx/control.h" @@ -239,7 +238,6 @@ public: DECLARE_EVENT_TABLE() }; -#endif // USE_TOOLBAR #endif - // __TBARBASEH__ + // _WX_TBARBASE_H_