source: git/src/wx.h @ e4a3728

RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since e4a3728 was e4a3728, checked in by Olly Betts <olly@…>, 21 years ago

Include wx headers with <> not "".

git-svn-id: file:///home/survex-svn/survex/trunk@2359 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 186 bytes
RevLine 
[e4a3728]1#include <wx/wxprec.h>
[5809313]2
3#ifdef __BORLANDC__
[c87107a]4# pragma hdrstop
[5809313]5#endif
6
7#ifndef WX_PRECOMP
[e4a3728]8# include <wx/wx.h>
[5809313]9#endif
[7640091]10
[e4a3728]11#include <wx/splitter.h>
12#include <wx/treectrl.h>
13#include <wx/dnd.h>
Note: See TracBrowser for help on using the repository browser.