X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..252eb8fd71f9c118efdcea5e77a6395654757411:/src/stubs/toolbar.cpp diff --git a/src/stubs/toolbar.cpp b/src/stubs/toolbar.cpp index 61f34c8283..ab0ace8901 100644 --- a/src/stubs/toolbar.cpp +++ b/src/stubs/toolbar.cpp @@ -13,17 +13,7 @@ #pragma implementation "toolbar.h" #endif -// For compilers that support precompilation, includes "wx.h". -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - -#ifndef WX_PRECOMP -#include "wx.h" -#endif - +#include "wx/wx.h" #include "wx/toolbar.h" #if !USE_SHARED_LIBRARY @@ -105,7 +95,6 @@ void wxToolBar::EnableTool(int toolIndex, bool enable) tool->m_enabled = enable; // TODO enable button } - } } void wxToolBar::ToggleTool(int toolIndex, bool toggle)