From 85f622694cf6024a6a2108b134249468770a530d Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 29 Feb 2012 18:13:06 +0000 Subject: [PATCH] small includes cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/calctrl.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gtk/calctrl.cpp b/src/gtk/calctrl.cpp index 9d23433761..35b064567e 100644 --- a/src/gtk/calctrl.cpp +++ b/src/gtk/calctrl.cpp @@ -13,15 +13,14 @@ #pragma hdrstop #endif +#if wxUSE_CALENDARCTRL + #ifndef WX_PRECOMP #endif //WX_PRECOMP -#if wxUSE_CALENDARCTRL - -#include "wx/gtk/private.h" #include "wx/calctrl.h" -#include "wx/gtk/calctrl.h" +#include extern "C" {