mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 01:23:50 +02:00
fix include dependency. The header file sample.h don't need to known the content of the struct arg, so I remove the include, and replace it by a simple pointer declaration. This prevent an include dependecy issue with the next patch.