From c54b92d36364306f76745ce319e5314b54ea7690 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 20 Jan 2004 18:18:48 +0000 Subject: [PATCH] system includes instead of user git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/paper.cpp | 2 +- src/common/sizer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/paper.cpp b/src/common/paper.cpp index 0b14ff7597..0a81aa5c0c 100644 --- a/src/common/paper.cpp +++ b/src/common/paper.cpp @@ -86,7 +86,7 @@ wxSize wxPrintPaperType::GetSizeDeviceUnits() const WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap); WX_DECLARE_LIST(wxPrintPaperType, wxPrintPaperTypeList); -#include +#include "wx/listimpl.cpp" WX_DEFINE_LIST(wxPrintPaperTypeList); wxPrintPaperDatabase* wxThePrintPaperDatabase = (wxPrintPaperDatabase*) NULL; diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index 9dfa1e376d..0e9587b451 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -25,7 +25,7 @@ #include "wx/utils.h" #include "wx/statbox.h" #include "wx/notebook.h" -#include +#include "wx/listimpl.cpp" //---------------------------------------------------------------------------