From 2835f3cf83394205a75ea0a50b6716a9116aa217 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 26 Oct 2006 09:40:14 +0000 Subject: [PATCH] Correct placement of header listed in wx/wx.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/combo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/combo.cpp b/src/msw/combo.cpp index e8c7611295..822eaf453c 100644 --- a/src/msw/combo.cpp +++ b/src/msw/combo.cpp @@ -31,11 +31,11 @@ #include "wx/dcclient.h" #include "wx/settings.h" #include "wx/dialog.h" + #include "wx/stopwatch.h" #endif #include "wx/dcbuffer.h" #include "wx/combo.h" -#include "wx/stopwatch.h" #include "wx/msw/registry.h" #include "wx/msw/uxtheme.h" -- 2.47.2