Update of /cvsroot/audacity/audacity-src/src/widgets
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4493/widgets

Modified Files:
        AButton.h ASlider.h Grid.h TimeTextCtrl.h 
Log Message:
Remove unnecessary include which can cause problems if <wx/app.h> isn't 
included early enough.

Index: TimeTextCtrl.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/TimeTextCtrl.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- TimeTextCtrl.h      7 Jun 2009 08:24:14 -0000       1.20
+++ TimeTextCtrl.h      12 Jun 2009 05:43:35 -0000      1.21
@@ -24,9 +24,6 @@
 #include <wx/textctrl.h>
 
 #if wxUSE_ACCESSIBILITY
-#if defined(__WXMSW__)
-#include <oleacc.h>
-#endif
 #include <wx/access.h>
 #endif
 

Index: Grid.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Grid.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Grid.h      12 Jun 2009 02:41:26 -0000      1.9
+++ Grid.h      12 Jun 2009 05:43:35 -0000      1.10
@@ -20,9 +20,6 @@
 #include <wx/window.h>
 
 #if wxUSE_ACCESSIBILITY
-#if defined(__WXMSW__)
-#include <oleacc.h>
-#endif
 #include <wx/access.h>
 
 class GridAx;

Index: ASlider.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/ASlider.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- ASlider.h   7 Jun 2009 10:42:30 -0000       1.31
+++ ASlider.h   12 Jun 2009 05:43:35 -0000      1.32
@@ -19,9 +19,6 @@
 #include <wx/panel.h>
 
 #if wxUSE_ACCESSIBILITY
-#if defined(__WXMSW__)
-#include <oleacc.h>
-#endif
 #include <wx/access.h>
 #endif
 

Index: AButton.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/AButton.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- AButton.h   25 Jul 2008 03:39:51 -0000      1.18
+++ AButton.h   12 Jun 2009 05:43:35 -0000      1.19
@@ -13,9 +13,6 @@
 #define __AUDACITY_BUTTON__
 
 #if wxUSE_ACCESSIBILITY
-#if defined(__WXMSW__)
-#include <oleacc.h>
-#endif
 #include <wx/access.h>
 #endif
 


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to