]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/raster-error.c
Update usage info.
[thirdparty/cups.git] / cups / raster-error.c
index 639c5b40786c15b3e9aecf4b19d2e1ab192cd24d..66f91e45cad462fc1f761aa4bc31a71f127fca5a 100644 (file)
  * Include necessary headers...
  */
 
-#include <cups/cups-private.h>
-#include <cups/raster-private.h>
-
-
-/*
- * Local structures...
- */
-
-
-
-/*
- * Local functions...
- */
-
-static _cups_raster_error_t    *get_error_buffer(void);
+#include "cups-private.h"
+#include "raster-private.h"
+#include "debug-internal.h"
 
 
 /*