Ãvar ArnfjÃrà Bjarmason wrote: > This impeded my efforts to gettextize git, since I'd otherwise have to > add gettext.h to all of these. Using builtin.h is a good idea in any > case, since it's defining the prototypes for the cmd_* functions that > these files define. Yes, I think Junio acked this before, though I can't it in the archive. Also compare: http://thread.gmane.org/gmane.comp.version-control.git/49523 > --- a/wt-status.c > +++ b/wt-status.c > @@ -1,4 +1,4 @@ > -#include "cache.h" > +#include "builtin.h" > #include "wt-status.h" > #include "object.h" > #include "dir.h" IMHO this deserves a separate mention in the log message. If it is just to get gettext.h, why not include gettext.h directly? -- 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