fixing dangling includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -31,7 +31,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxListCtrlNameStr[];
 | 
				
			|||||||
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
 | 
					#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
 | 
				
			||||||
    #include "wx/msw/listctrl.h"
 | 
					    #include "wx/msw/listctrl.h"
 | 
				
			||||||
#elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
 | 
					#elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
 | 
				
			||||||
    #include "wx/osx/carbon/listctrl.h"
 | 
					    #include "wx/osx/listctrl.h"
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    #include "wx/generic/listctrl.h"
 | 
					    #include "wx/generic/listctrl.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,9 +28,9 @@ typedef SInt32 SRefCon;
 | 
				
			|||||||
#include "wx/osx/uma.h"
 | 
					#include "wx/osx/uma.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "wx/listbox.h"
 | 
					#include "wx/listbox.h"
 | 
				
			||||||
#include "wx/osx/carbon/dc.h"
 | 
					#include "wx/osx/dc.h"
 | 
				
			||||||
#include "wx/osx/carbon/dcclient.h"
 | 
					#include "wx/osx/dcclient.h"
 | 
				
			||||||
#include "wx/osx/carbon/dcmemory.h"
 | 
					#include "wx/osx/dcmemory.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// app.h
 | 
					// app.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@
 | 
				
			|||||||
#ifndef _WX_DCMEMORY_H_
 | 
					#ifndef _WX_DCMEMORY_H_
 | 
				
			||||||
#define _WX_DCMEMORY_H_
 | 
					#define _WX_DCMEMORY_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "wx/osx/carbon/dcclient.h"
 | 
					#include "wx/osx/dcclient.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class WXDLLIMPEXP_CORE wxMemoryDCImpl: public wxPaintDCImpl
 | 
					class WXDLLIMPEXP_CORE wxMemoryDCImpl: public wxPaintDCImpl
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@
 | 
				
			|||||||
#define _WX_DCSCREEN_H_
 | 
					#define _WX_DCSCREEN_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "wx/dcclient.h"
 | 
					#include "wx/dcclient.h"
 | 
				
			||||||
#include "wx/osx/carbon/dcclient.h"
 | 
					#include "wx/osx/dcclient.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class WXDLLIMPEXP_CORE wxScreenDCImpl: public wxWindowDCImpl
 | 
					class WXDLLIMPEXP_CORE wxScreenDCImpl: public wxWindowDCImpl
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -26,7 +26,7 @@
 | 
				
			|||||||
#include "wx/clipbrd.h"
 | 
					#include "wx/clipbrd.h"
 | 
				
			||||||
#include "wx/osx/private.h"
 | 
					#include "wx/osx/private.h"
 | 
				
			||||||
#include "wx/graphics.h"
 | 
					#include "wx/graphics.h"
 | 
				
			||||||
#include "wx/osx/carbon/metafile.h"
 | 
					#include "wx/osx/metafile.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user