Hi, On Thu, 10 Jan 2008, Marco Costalba wrote: > - Remove #include <zlib.h> from cache.h and substitute with #include > "compress.h" No. We will always need zlib for compatibility. You cannot just replace zlib usage in git. > - Add #include <zlib.h> where it is "really" intended as example > archive-zip.c We have a long tradition to have the system includes in cache.h. Besides, if you have "compress.h" included in cache.h, which in turn has to include "zlib.h", what is the use of putting it also in archive-zip.c? Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html