00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef __WXDOCPROP_H__
00013 #define __WXDOCPROP_H__
00014
00015 #ifndef WX_PRECOMP
00016 #include "wx/wx.h"
00017 #endif
00018
00019 #include "wx/filename.h"
00020 #include "wx/general/smrtptr.h"
00021
00022
00023 #endif
00024