Bug 360485 - OS/2 build bustage fix. Patch by Andy Williams <abwillis1@gmail.com>.

This commit is contained in:
kjh-5727%comcast.net 2006-12-10 12:47:13 +00:00
parent 4deb44606c
commit c4eea82d93

View File

@ -83,7 +83,6 @@
// Printing // Printing
#include "nsDeviceContextSpecOS2.h" #include "nsDeviceContextSpecOS2.h"
#include "nsDeviceContextSpecFactoryO.h"
#include "nsPrintOptionsOS2.h" #include "nsPrintOptionsOS2.h"
#include "nsPrintSession.h" #include "nsPrintSession.h"
@ -104,7 +103,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsHTMLFormatConverter)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDragService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsDragService)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDeviceContextSpecOS2) NS_GENERIC_FACTORY_CONSTRUCTOR(nsDeviceContextSpecOS2)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDeviceContextSpecFactoryOS2)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintOptionsOS2, Init) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintOptionsOS2, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrinterEnumeratorOS2) NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrinterEnumeratorOS2)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintSession, Init) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintSession, Init)