]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Distrib corrections,
[wxWidgets.git] / src / common / appcmn.cpp
index 33d0cc195646f0626d8ecd67dfc741b42561df02..d72316a6dd38e5c287efab8784613c63accada87 100644 (file)
@@ -30,6 +30,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/list.h"
 #endif
 
 #include "wx/thread.h"
 // implementation
 // ===========================================================================
 
-// ----------------------------------------------------------------------------
-// some global data defined here
-// ----------------------------------------------------------------------------
-
-IMPLEMENT_DYNAMIC_CLASS(wxClipboardModule, wxModule)
-
 // ---------------------------------------------------------------------------
 // wxAppBase
 // ----------------------------------------------------------------------------