Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: mgl/timer.cpp
|
||||
// Name: src/generic/timer.cpp
|
||||
// Purpose: wxTimer implementation
|
||||
// Author: Vaclav Slavik
|
||||
// Id: $Id$
|
||||
@@ -20,11 +20,14 @@
|
||||
// is in wxEventLoop::Dispatch().
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#include "wx/timer.h"
|
||||
|
||||
#if wxUSE_TIMER
|
||||
|
||||
#include "wx/log.h"
|
||||
#include "wx/timer.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/module.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user