comparison include/common.h @ 3:eea479fc2a28 default tip

redesign form.
author pyon@macmini
date Sun, 25 Nov 2012 12:59:11 +0900
parents 7c3921bf511e
children
comparison
equal deleted inserted replaced
2:deaf3f2d54b2 3:eea479fc2a28
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 12-Oct-2012. 2 // Last Change: 25-Nov-2012.
3 // 3 //
4 #ifndef __COMMON_H__ 4 #ifndef __COMMON_H__
5 #define __COMMON_H__ 5 #define __COMMON_H__
6 6
7 #include "wx/wxprec.h" 7 #include "wx/wxprec.h"
34 #include <wx/regex.h> 34 #include <wx/regex.h>
35 #include <wx/stdpaths.h> 35 #include <wx/stdpaths.h>
36 #include <wx/config.h> 36 #include <wx/config.h>
37 #include <wx/fileconf.h> 37 #include <wx/fileconf.h>
38 #include <wx/filepicker.h> 38 #include <wx/filepicker.h>
39 #include <wx/srchctrl.h>
40 #include <wx/gbsizer.h>
39 #include <wx/window.h> 41 #include <wx/window.h>
40 42
41 #endif 43 #endif
42 44
43 #endif // __COMMON_H__ 45 #endif // __COMMON_H__