X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..2934005d7daecb4343b394d9faabc86c8d04dca2:/utils/configtool/src/configbrowser.cpp diff --git a/utils/configtool/src/configbrowser.cpp b/utils/configtool/src/configbrowser.cpp index 0eee4d5fa0..b82261ca0e 100644 --- a/utils/configtool/src/configbrowser.cpp +++ b/utils/configtool/src/configbrowser.cpp @@ -1,19 +1,28 @@ ///////////////////////////////////////////////////////////////////////////// // Name: configbrowser.cpp -// Purpose: -// Author: +// Purpose: Configuration browser +// Author: Julian Smart // Modified by: -// Created: -// RCS-ID: -// Copyright: +// Created: 2003-08-14 +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart // Licence: ///////////////////////////////////////////////////////////////////////////// -////@begin includes +// For compilers that support precompilation, includes "wx/wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP + #include "wx/wx.h" #include "wx/splitter.h" #include "wx/treectrl.h" -////@end includes + +#endif #include "configbrowser.h"