mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 22:42:39 +02:00
The struct sample_data is used by pattern, map and vars, and currently requires to include sample-t which comes with many other dependencies. Let's move sample_data into its own file to shorten the dependency tree. This revealed a number of issues in adjacent files which were hidden by the fact that sample-t.h brought everything that was missing.