]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/translate.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / locale / translate.c
index b65482b8f9ad89de2550ee408dccfd42f9a819cf..53f799916b4906c06e7f4a4bfe17fb6d67533b31 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * "$Id: translate.c 7922 2008-09-10 15:56:47Z mike $"
  *
- *   HTTP-based translation program for the Common UNIX Printing System (CUPS).
+ *   HTTP-based translation program for CUPS.
  *
  *   This program uses Google to translate the CUPS template (cups.pot) to
  *   several different languages.  The translation isn't perfect, but it's
  *   a start (better than working from scratch.)
  *
- *   Copyright 2007-2009 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  * Include necessary headers...
  */
 
-#include <cups/string.h>
-#include <cups/file.h>
-#include <cups/http.h>
-#include <cups/i18n.h>
-#include <stdlib.h>
+#include <cups/cups-private.h>
 #include <unistd.h>