]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/usersys.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / cups / usersys.c
index 60796c313e2ad340986a846bd1189c75de4a93ef..92bd2ca172ccb2d97d623fd34c0dd0f431001320 100644 (file)
@@ -37,8 +37,7 @@
  * Include necessary headers...
  */
 
-#include "http-private.h"
-#include "globals.h"
+#include "cups-private.h"
 #include <stdlib.h>
 #include <sys/stat.h>
 #ifdef WIN32
@@ -46,7 +45,6 @@
 #else
 #  include <pwd.h>
 #endif /* WIN32 */
-#include "debug.h"
 
 
 /*