From 5a0b749487c882a626c4eb732067a0bb400ec0f8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 3 Jun 2003 13:17:36 +0000 Subject: [PATCH] removed absolutely unneeded #include module.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/thread.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/thread.h b/include/wx/thread.h index 8652d6cbf8..319f17c75d 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -32,8 +32,6 @@ #undef Yield #endif -#include "wx/module.h" - // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- -- 2.45.2