]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-private.h
Merge changes from CUPS 1.5b1-r9798.
[thirdparty/cups.git] / ppdc / ppdc-private.h
index 4222a3d5d7a31ea63797f6258f716bf660d126aa..2bf5a24e7931d0195a5fb59b08c000cc91b8e5a6 100644 (file)
@@ -3,7 +3,7 @@
 //
 //   Private definitions for the CUPS PPD Compiler.
 //
-//   Copyright 2009 by Apple Inc.
+//   Copyright 2009-2010 by Apple Inc.
 //
 //   These coded instructions, statements, and computer programs are the
 //   property of Apple Inc. and are protected by Federal copyright
@@ -20,9 +20,7 @@
 //
 
 #  include "ppdc.h"
-#  include <cups/debug.h>
-#  include <cups/globals.h>
-#  include <errno.h>
+#  include <cups/cups-private.h>
 
 
 //
@@ -32,6 +30,7 @@
 #  define PPDC_NEW             DEBUG_printf(("%s: %p new", class_name(), this))
 #  define PPDC_NEWVAL(s)       DEBUG_printf(("%s(\"%s\"): %p new", class_name(), s, this))
 #  define PPDC_DELETE          DEBUG_printf(("%s: %p delete", class_name(), this))
+#  define PPDC_DELETEVAL(s)    DEBUG_printf(("%s(\"%s\"): %p delete", class_name(), s, this))
 
 
 #endif // !_PPDC_PRIVATE_H_