]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/helpview.cpp
Further fixes to references
[wxWidgets.git] / samples / html / helpview / helpview.cpp
index 3e1e1b1d215e5eb10b1f533945805dc8bf0a320b..27adb78a3ea8b7d26ecf1e39203e023040a9379c 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
-#include <wx/image.h>
-#include <wx/wxhtml.h>
-#include <wx/fs_zip.h>
-#include <wx/log.h>
+#include "wx/image.h"
+#include "wx/wxhtml.h"
+#include "wx/fs_zip.h"
+#include "wx/log.h"
 
 // ----------------------------------------------------------------------------
 // private classes