MINOR: build: fix build dependency
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 9 Jun 2015 13:49:44 +0000 (15:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Jun 2015 21:01:37 +0000 (23:01 +0200)
commita9ff994461c16513fe390c4f23f59746ca036fb8
tree15a24b02a500b8357d871ada5fed49d786e551fc
parent0e11863a6fa1a049c22d141d2c864a1b1a999ae5
MINOR: build: fix build dependency

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.
include/types/sample.h