]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
More name changes
[wxWidgets.git] / src / common / paper.cpp
index 0b14ff7597fc393d8b28efb4342f6ec617e11134..8aeb3adac22fe3c7e0fa65ceedd5be67d2c6cb24 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "wx/paper.h"
 #include "wx/module.h"
-#include "wx/hashmap.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -84,9 +83,8 @@ wxSize wxPrintPaperType::GetSizeDeviceUnits() const
  * Print paper database for PostScript
  */
 
-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;