mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CLEANUP: stick-table: no need to include socket nor in.h
The types provided by these are never present in stick_table-t.h, let's drop them.
This commit is contained in:
parent
172c17b21e
commit
74f9817565
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@
|
|||
#ifndef _HAPROXY_STICK_TABLE_T_H
|
||||
#define _HAPROXY_STICK_TABLE_T_H
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <import/eb32tree.h>
|
||||
#include <import/ebmbtree.h>
|
||||
#include <import/ebpttree.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue