From 2be028e23c7825b153cc3d6b5b73324f8fdc219b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 14 Aug 2003 18:30:16 +0000 Subject: [PATCH] reverted previous commit; include wx/timer.h in wxBase instead git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/socket.cpp | 2 +- src/unix/threadpsx.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 603736e1a2..6e41b0e4c3 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -31,7 +31,7 @@ #include "wx/defs.h" #include "wx/object.h" #include "wx/string.h" -#include "wx/stopwatch.h" +#include "wx/timer.h" #include "wx/utils.h" #include "wx/module.h" #include "wx/log.h" diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index ebb4af682f..ac55f84a1f 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -36,7 +36,7 @@ #include "wx/log.h" #include "wx/intl.h" #include "wx/dynarray.h" -#include "wx/stopwatch.h" +#include "wx/timer.h" #include #include -- 2.45.2