source: git/src/wx.h @ e4a3728

RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
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
Line 
1#include <wx/wxprec.h>
2
3#ifdef __BORLANDC__
4# pragma hdrstop
5#endif
6
7#ifndef WX_PRECOMP
8# include <wx/wx.h>
9#endif
10
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.