Chromium Code Reviews| Index: chrome/service/cloud_print/print_system_cups.cc |
| diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc |
| index 99e3d1d4b92beed807d04191b62999718d9d4718..12548afa6109a9b548ae01435d45ba532cb0097c 100644 |
| --- a/chrome/service/cloud_print/print_system_cups.cc |
| +++ b/chrome/service/cloud_print/print_system_cups.cc |
| @@ -7,7 +7,6 @@ |
| #include <cups/cups.h> |
| #include <dlfcn.h> |
| #include <errno.h> |
|
Lei Zhang
2010/10/29 18:46:42
You can also remove dlfcn.h and errno.h.
|
| -#include <gcrypt.h> |
| #include <pthread.h> |
| #include <list> |