]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Make QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.
[wxWidgets.git] / include / wx / msw / listctrl.h
index 4bb1855f5efe308dda3cbb7dcd0943012054d920..97f61eb113eaa8372b3aa5132d3f96d3d2a8dbdf 100644 (file)
 #ifndef _WX_LISTCTRL_H_
 #define _WX_LISTCTRL_H_
 
-#if wxUSE_LISTCTRL
-
-#include "wx/control.h"
-#include "wx/event.h"
-#include "wx/hash.h"
 #include "wx/textctrl.h"
 
-
 class WXDLLEXPORT wxImageList;
 
 /*
@@ -439,6 +433,4 @@ private:
     DECLARE_NO_COPY_CLASS(wxListCtrl)
 };
 
-#endif // wxUSE_LISTCTRL
-
 #endif // _WX_LISTCTRL_H_