]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/debug.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / cups / debug.c
index 137edffc4e3d44b941dc8d6c54ccb1596ab4e8d0..fe170d707e9374dc704fad521685484fea175d19 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id$"
  *
- *   Debugging functions for the Common UNIX Printing System (CUPS).
+ *   Debugging functions for CUPS.
  *
- *   Copyright 2008-2009 by Apple Inc.
+ *   Copyright 2008-2010 by Apple Inc.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Apple Inc. and are protected by Federal copyright
@@ -24,8 +24,7 @@
  * Include necessary headers...
  */
 
-#include "globals.h"
-#include "debug.h"
+#include "cups-private.h"
 #ifdef WIN32
 #  include <io.h>
 #else