From 71658b2fdedc6e435fcd19454d275fac8bfeb531 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 4 Mar 2003 12:16:51 +0000 Subject: [PATCH] reorder necessary for classic git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/clipbrd.cpp | 2 +- src/mac/clipbrd.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/clipbrd.cpp b/src/mac/carbon/clipbrd.cpp index 2c0eafd242..f5d014c371 100644 --- a/src/mac/carbon/clipbrd.cpp +++ b/src/mac/carbon/clipbrd.cpp @@ -23,10 +23,10 @@ #include "wx/intl.h" #include "wx/log.h" -#include "wx/mac/uma.h" #ifndef __DARWIN__ #include #endif +#include "wx/mac/uma.h" #define wxUSE_DATAOBJ 1 diff --git a/src/mac/clipbrd.cpp b/src/mac/clipbrd.cpp index 2c0eafd242..f5d014c371 100644 --- a/src/mac/clipbrd.cpp +++ b/src/mac/clipbrd.cpp @@ -23,10 +23,10 @@ #include "wx/intl.h" #include "wx/log.h" -#include "wx/mac/uma.h" #ifndef __DARWIN__ #include #endif +#include "wx/mac/uma.h" #define wxUSE_DATAOBJ 1