]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/zip.cpp
Tcl regex lib
[wxWidgets.git] / samples / html / zip / zip.cpp
index 6f1dad46586eb37dc1d278b75b4d35b3b0cc44ac..b8baea95c47f99145849768a94c315f676fe1a73 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
 // 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
 
 #endif
 
-#include <wx/image.h>
-#include <wx/html/htmlwin.h>
-#include <wx/fs_zip.h>
+#include "wx/image.h"
+#include "wx/html/htmlwin.h"
+#include "wx/fs_zip.h"
 
 // ----------------------------------------------------------------------------
 // private classes
 
 // ----------------------------------------------------------------------------
 // private classes