]> git.saurik.com Git - wxWidgets.git/commitdiff
OS Header includes corrected
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 7 Mar 2004 06:01:53 +0000 (06:01 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 7 Mar 2004 06:01:53 +0000 (06:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

14 files changed:
src/mac/carbon/checklst.cpp
src/mac/carbon/dataobj.cpp
src/mac/carbon/dc.cpp
src/mac/carbon/font.cpp
src/mac/carbon/thread.cpp
src/mac/carbon/toplevel.cpp
src/mac/carbon/utils.cpp
src/mac/checklst.cpp
src/mac/dataobj.cpp
src/mac/dc.cpp
src/mac/font.cpp
src/mac/thread.cpp
src/mac/toplevel.cpp
src/mac/utils.cpp

index e934a70ec35b8ef840d960f0dbf16ffa7f4a3fa4..c442bbdfcbe1ba76124b99e5a1f40deffd3eecd3 100644 (file)
@@ -25,7 +25,7 @@
 #include "wx/arrstr.h"
 
 #include "wx/mac/uma.h"
-#include "Appearance.h"
+#include <Appearance.h>
 
 // ============================================================================
 // implementation of wxCheckListBox
index ebf1f0dbed73ee4844ec3b7a2b6a128e80f0da9a..64dc8053d0a66b3b17c877793bd3a842dfac4f72 100644 (file)
@@ -34,7 +34,7 @@
 #include "wx/mstream.h"
 #include "wx/image.h"
 #include "wx/mac/private.h"
-#include "Scrap.h"
+#include <Scrap.h>
 
 // ----------------------------------------------------------------------------
 // functions
index cfb052789cfd2da63f19848283cb6c8e884c7252..d906bac5a4d663f7fb4decde458db5767c17edfd 100644 (file)
@@ -28,10 +28,10 @@ using namespace std ;
 #endif
 
 #include "wx/mac/private.h"
-#include "ATSUnicode.h"
-#include "TextCommon.h"
-#include "TextEncodingConverter.h"
-#include "FixMath.h"
+#include <ATSUnicode.h>
+#include <TextCommon.h>
+#include <TextEncodingConverter.h>
+#include <FixMath.h>
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
 #endif
index f37cdbf9c72aace7b244ca3142d3cbdfd4bbd9b0..ef0ecc73b6c76349da857f6d519f1383b57a9c9f 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/fontutil.h"
 
 #include "wx/mac/private.h"
-#include "ATSUnicode.h"
+#include <ATSUnicode.h>
 
 #if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
index 47638b34169912dd2d500cc86023b9bf5213c4b9..5e322a719d2eb0b8f820ce62b2499813e1a194cf 100644 (file)
@@ -38,7 +38,7 @@
 #include <Threads.h>
 #include "wx/mac/uma.h"
 #include "wx/mac/macnotfy.h"
-#include "Timer.h"
+#include <Timer.h>
 #endif
 
 #define INFINITE 0xFFFFFFFF
index a76f43123dfbbdbac3efb9fb2c12de3916210cd2..878c27f2a9231ae355861ed6684d67b093e89e5e 100644 (file)
@@ -46,7 +46,7 @@
     #include "wx/sysopt.h"
 #endif
 
-#include "ToolUtils.h"
+#include <ToolUtils.h>
 
 
 #define wxMAC_DEBUG_REDRAW 0
index 83f22581055e72aa7957f2b1199b9e182436c373..b64f77fae016318281e7df032f51286e6009a158 100644 (file)
@@ -45,9 +45,9 @@
 #include <Sound.h>
 #endif
 
-#include "ATSUnicode.h"
-#include "TextCommon.h"
-#include "TextEncodingConverter.h"
+#include <ATSUnicode.h>
+#include <TextCommon.h>
+#include <TextEncodingConverter.h>
 
 #include  "wx/mac/private.h"  // includes mac headers
 
index e934a70ec35b8ef840d960f0dbf16ffa7f4a3fa4..c442bbdfcbe1ba76124b99e5a1f40deffd3eecd3 100644 (file)
@@ -25,7 +25,7 @@
 #include "wx/arrstr.h"
 
 #include "wx/mac/uma.h"
-#include "Appearance.h"
+#include <Appearance.h>
 
 // ============================================================================
 // implementation of wxCheckListBox
index ebf1f0dbed73ee4844ec3b7a2b6a128e80f0da9a..64dc8053d0a66b3b17c877793bd3a842dfac4f72 100644 (file)
@@ -34,7 +34,7 @@
 #include "wx/mstream.h"
 #include "wx/image.h"
 #include "wx/mac/private.h"
-#include "Scrap.h"
+#include <Scrap.h>
 
 // ----------------------------------------------------------------------------
 // functions
index cfb052789cfd2da63f19848283cb6c8e884c7252..d906bac5a4d663f7fb4decde458db5767c17edfd 100644 (file)
@@ -28,10 +28,10 @@ using namespace std ;
 #endif
 
 #include "wx/mac/private.h"
-#include "ATSUnicode.h"
-#include "TextCommon.h"
-#include "TextEncodingConverter.h"
-#include "FixMath.h"
+#include <ATSUnicode.h>
+#include <TextCommon.h>
+#include <TextEncodingConverter.h>
+#include <FixMath.h>
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
 #endif
index f37cdbf9c72aace7b244ca3142d3cbdfd4bbd9b0..ef0ecc73b6c76349da857f6d519f1383b57a9c9f 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/fontutil.h"
 
 #include "wx/mac/private.h"
-#include "ATSUnicode.h"
+#include <ATSUnicode.h>
 
 #if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
index 47638b34169912dd2d500cc86023b9bf5213c4b9..5e322a719d2eb0b8f820ce62b2499813e1a194cf 100644 (file)
@@ -38,7 +38,7 @@
 #include <Threads.h>
 #include "wx/mac/uma.h"
 #include "wx/mac/macnotfy.h"
-#include "Timer.h"
+#include <Timer.h>
 #endif
 
 #define INFINITE 0xFFFFFFFF
index a76f43123dfbbdbac3efb9fb2c12de3916210cd2..878c27f2a9231ae355861ed6684d67b093e89e5e 100644 (file)
@@ -46,7 +46,7 @@
     #include "wx/sysopt.h"
 #endif
 
-#include "ToolUtils.h"
+#include <ToolUtils.h>
 
 
 #define wxMAC_DEBUG_REDRAW 0
index 83f22581055e72aa7957f2b1199b9e182436c373..b64f77fae016318281e7df032f51286e6009a158 100644 (file)
@@ -45,9 +45,9 @@
 #include <Sound.h>
 #endif
 
-#include "ATSUnicode.h"
-#include "TextCommon.h"
-#include "TextEncodingConverter.h"
+#include <ATSUnicode.h>
+#include <TextCommon.h>
+#include <TextEncodingConverter.h>
 
 #include  "wx/mac/private.h"  // includes mac headers