]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynarray.cpp
Added calendar contributed by Lorne White
[wxWidgets.git] / src / common / dynarray.cpp
index c6ad4ae29df494daff234c0006844c0ebe9a4d9e..04d89832e16d5f579b422ce281a3df14913abb02 100644 (file)
 #pragma implementation "dynarray.h"
 #endif
 
-#include  <wx/wxprec.h>
+#include  "wx/wxprec.h"
 
 #ifdef __BORLANDC__
   #pragma hdrstop
 #endif
 
 #include "wx/dynarray.h"
-#include <wx/intl.h>
+#include "wx/intl.h"
 
 #include <stdlib.h>
 #include <string.h> // for memmove