]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing includes
authorJulian Smart <julian@anthemion.co.uk>
Wed, 7 Jan 2009 08:51:47 +0000 (08:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 7 Jan 2009 08:51:47 +0000 (08:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/helpchm.cpp
src/msw/helpwin.cpp

index a9c663e74a790e20bcee04bbff3cf46726f67c57..e88789a0427ece18b7934795e3337e1a8770fe93 100644 (file)
@@ -18,7 +18,7 @@
 
 #if wxUSE_HELP && wxUSE_MS_HTML_HELP
 
-#include "wx/filefn.h"
+#include "wx/filename.h"
 #include "wx/msw/helpchm.h"
 
 #include "wx/dynload.h"
index 919c311214e03d9572251f51940d02fcbee46f6c..72339e4d98277a2940ae185f01df4931a0619c5b 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef WX_PRECOMP
 #endif
 
-#include "wx/filefn.h"
+#include "wx/filename.h"
 #include "wx/msw/helpwin.h"
 
 #include <time.h>