]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: threads: remove a few needless includes of hathreads.h
authorWilly Tarreau <w@1wt.eu>
Thu, 28 May 2020 15:00:53 +0000 (17:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit5775d0964a0ac12b9305320d3a90d33c5dd4d7d6
treef10e1a57bf13e100371cb924a5b03ba29e185009
parent9453ecd6705b35bc58e14d455ea94e2eda5b4ea1
CLEANUP: threads: remove a few needless includes of hathreads.h

A few files were including it while not needing it (anymore). Some
only required access to the atomic ops and got haproxy/atomic.h in
exchange. Others didn't need it at all. A significant number of
files still include it only for THREAD_LOCAL definition.
include/common/xref.h
include/proto/activity.h
include/proto/freq_ctr.h
include/types/fd.h
include/types/queue.h
src/filters.c
src/flt_trace.c
src/signal.c