]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted previous commit; include wx/timer.h in wxBase instead
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Aug 2003 18:30:16 +0000 (18:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Aug 2003 18:30:16 +0000 (18:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/socket.cpp
src/unix/threadpsx.cpp

index 603736e1a24f551ee2d8c9d61d5b56e33680c7df..6e41b0e4c31b391baae2c93427cccaba073acf1b 100644 (file)
@@ -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"
index ebb4af682f61e02cbdeddeff901f4550cae3fa9c..ac55f84a1fb097074b70b04049c55a606ce8c555 100644 (file)
@@ -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 <stdio.h>
 #include <unistd.h>