]> git.saurik.com Git - wxWidgets.git/commitdiff
system includes instead of user
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Jan 2004 18:18:48 +0000 (18:18 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Jan 2004 18:18:48 +0000 (18:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/paper.cpp
src/common/sizer.cpp

index 0b14ff7597fc393d8b28efb4342f6ec617e11134..0a81aa5c0c85d96b809126162e5b849ed6c1e656 100644 (file)
@@ -86,7 +86,7 @@ wxSize wxPrintPaperType::GetSizeDeviceUnits() const
 
 WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap);
 WX_DECLARE_LIST(wxPrintPaperType, wxPrintPaperTypeList);
-#include <wx/listimpl.cpp>
+#include "wx/listimpl.cpp"
 WX_DEFINE_LIST(wxPrintPaperTypeList);
 
 wxPrintPaperDatabase* wxThePrintPaperDatabase = (wxPrintPaperDatabase*) NULL;
index 9dfa1e376d1952e271dd8355115d8d3f526460bb..0e9587b4512c41715e814957114e7920f401075c 100644 (file)
@@ -25,7 +25,7 @@
 #include "wx/utils.h"
 #include "wx/statbox.h"
 #include "wx/notebook.h"
-#include <wx/listimpl.cpp>
+#include "wx/listimpl.cpp"
 
 //---------------------------------------------------------------------------