comparison include/common.h @ 11:dfcf8c973219

Implement Cache maker.
author pyon@macmini
date Wed, 07 May 2014 20:38:57 +0900
parents b455f2d8aac9
children 52958cd4a073
comparison
equal deleted inserted replaced
10:29021e6e1ebe 11:dfcf8c973219
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 23-Apr-2014. 2 // Last Change: 30-Apr-2014.
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"
41 #include <wx/grid.h> 41 #include <wx/grid.h>
42 #include <wx/regex.h> 42 #include <wx/regex.h>
43 #include <wx/dir.h> 43 #include <wx/dir.h>
44 #include <wx/print.h> 44 #include <wx/print.h>
45 #include <wx/html/htmprint.h> 45 #include <wx/html/htmprint.h>
46 #include <wx/datectrl.h>
46 #include <wx/xrc/xmlres.h> 47 #include <wx/xrc/xmlres.h>
47 48
48 #endif 49 #endif
49 50
50 #endif // __COMMON_H__ 51 #endif // __COMMON_H__