Source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-14 21:29:12 +00:00
parent 635f2bad90
commit 85fed18c15
2 changed files with 13 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: combog.cpp
// Name: src/generic/combog.cpp
// Purpose: Generic wxComboControl
// Author: Jaakko Salli
// Modified by:
@@ -25,6 +25,8 @@
#if wxUSE_COMBOCONTROL
#include "wx/combo.h"
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/combobox.h"
@@ -34,9 +36,6 @@
#include "wx/dcbuffer.h"
#include "wx/combo.h"
// ----------------------------------------------------------------------------
// Some constant adjustments to make the generic more bearable