move everything inside wxUSE_RIBBON wrapper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2010-04-01 17:16:57 +00:00
parent 16eac072eb
commit 4cf018e14e
10 changed files with 23 additions and 29 deletions

View File

@@ -15,12 +15,9 @@
#pragma hdrstop
#endif
#include "wx/dc.h"
#include "wx/settings.h"
#include "wx/ribbon/art.h"
#if wxUSE_RIBBON
#include "wx/ribbon/art.h"
#include "wx/ribbon/art_internal.h"
#include "wx/ribbon/bar.h"
#include "wx/ribbon/buttonbar.h"
@@ -28,6 +25,8 @@
#include "wx/ribbon/toolbar.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/settings.h"
#endif
#ifdef __WXMSW__

View File

@@ -15,17 +15,16 @@
#pragma hdrstop
#endif
#include "wx/dc.h"
#include "wx/ribbon/art.h"
#if wxUSE_RIBBON
#include "wx/ribbon/art.h"
#include "wx/ribbon/art_internal.h"
#include "wx/ribbon/bar.h"
#include "wx/ribbon/buttonbar.h"
#include "wx/ribbon/gallery.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"
#endif
#ifdef __WXMSW__

View File

@@ -15,11 +15,9 @@
#pragma hdrstop
#endif
#include "wx/dcmemory.h"
#include "wx/ribbon/art.h"
#if wxUSE_RIBBON
#include "wx/ribbon/art.h"
#include "wx/ribbon/art_internal.h"
#include "wx/ribbon/bar.h"
#include "wx/ribbon/buttonbar.h"
@@ -27,6 +25,7 @@
#include "wx/ribbon/toolbar.h"
#ifndef WX_PRECOMP
#include "wx/dcmemory.h"
#endif
#ifdef __WXMSW__

View File

@@ -15,10 +15,9 @@
#pragma hdrstop
#endif
#include "wx/ribbon/bar.h"
#if wxUSE_RIBBON
#include "wx/ribbon/bar.h"
#include "wx/ribbon/art.h"
#include "wx/dcbuffer.h"

View File

@@ -15,10 +15,9 @@
#pragma hdrstop
#endif
#include "wx/ribbon/buttonbar.h"
#if wxUSE_RIBBON
#include "wx/ribbon/buttonbar.h"
#include "wx/ribbon/art.h"
#include "wx/dcbuffer.h"

View File

@@ -8,16 +8,17 @@
// Copyright: (C) Peter Cawley
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "wx/ribbon/control.h"
#if wxUSE_RIBBON
#include "wx/ribbon/control.h"
#ifndef WX_PRECOMP
#endif

View File

@@ -15,10 +15,9 @@
#pragma hdrstop
#endif
#include "wx/ribbon/gallery.h"
#if wxUSE_RIBBON
#include "wx/ribbon/gallery.h"
#include "wx/ribbon/art.h"
#include "wx/ribbon/bar.h"
#include "wx/dcbuffer.h"

View File

@@ -14,10 +14,9 @@
#pragma hdrstop
#endif
#include "wx/ribbon/page.h"
#if wxUSE_RIBBON
#include "wx/ribbon/page.h"
#include "wx/ribbon/art.h"
#include "wx/ribbon/bar.h"
#include "wx/dcbuffer.h"

View File

@@ -8,22 +8,23 @@
// Copyright: (C) Peter Cawley
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "wx/ribbon/art.h"
#include "wx/ribbon/bar.h"
#include "wx/ribbon/panel.h"
#include "wx/dcbuffer.h"
#include "wx/display.h"
#include "wx/frame.h"
#if wxUSE_RIBBON
#include "wx/ribbon/panel.h"
#include "wx/ribbon/art.h"
#include "wx/ribbon/bar.h"
#include "wx/dcbuffer.h"
#include "wx/display.h"
#ifndef WX_PRECOMP
#include "wx/frame.h"
#endif
#ifdef __WXMSW__

View File

@@ -15,10 +15,9 @@
#pragma hdrstop
#endif
#include "wx/ribbon/toolbar.h"
#if wxUSE_RIBBON
#include "wx/ribbon/toolbar.h"
#include "wx/ribbon/art.h"
#include "wx/ribbon/bar.h"
#include "wx/dcbuffer.h"