Re: [PATCH] build: fix circular header inclusion with other packages

2013-01-08 Thread Yang Tse
On Tue, Jan 8, Daniel Stenberg wrote: > Awesome, thanks for that excellent clarification. Now I'm all good and > happy. Carry on! =) Pushed. Thanks, -- -=[Yang]=- --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiqu

Re: [PATCH] build: fix circular header inclusion with other packages

2013-01-08 Thread Daniel Stenberg
On Tue, 8 Jan 2013, Yang Tse wrote: Pasting below updated commit message. I hope it is more clear now... Awesome, thanks for that excellent clarification. Now I'm all good and happy. Carry on! =) -- / daniel.haxx.se --- List

Re: [PATCH] build: fix circular header inclusion with other packages

2013-01-08 Thread Yang Tse
Ack, Pasting below updated commit message. I hope it is more clear now... build: fix circular header inclusion with other packages This commit renames lib/setup.h to lib/curl_setup.h and renames lib/setup_once.h to lib/curl_setup_once.h. Removes the need and usage of a header inclusion guard fo

Re: [PATCH] build: fix circular header inclusion with other packages

2013-01-06 Thread Daniel Stenberg
On Sun, 6 Jan 2013, Yang Tse wrote: build: fix circular header inclusion with other packages This commit renames lib/setup.h to lib/curl_setup.h and renames lib/setup_once.h to lib/curl_setup_once.h. Removes the need and usage of a header inclusion guard foreign to libcurl. Sorry, but can yo

[PATCH] build: fix circular header inclusion with other packages

2013-01-06 Thread Yang Tse
Hi, Attached is a compressed patch with the following commit message: build: fix circular header inclusion with other packages This commit renames lib/setup.h to lib/curl_setup.h and renames lib/setup_once.h to lib/curl_setup_once.h. Removes the need and usage of a header i