mirror of
https://github.com/SKUDONET/zproxy.git
synced 2025-10-26 11:27:35 +00:00
state: use proper include format for system header
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
This commit is contained in:
parent
7f217d02ac
commit
52b2c4cfc3
@ -18,10 +18,10 @@
|
||||
#ifndef _ZPROXY_STATE_H_
|
||||
#define _ZPROXY_STATE_H_
|
||||
|
||||
#include "ev.h"
|
||||
#include "list.h"
|
||||
#include "session.h"
|
||||
#include <sys/time.h>
|
||||
#include <ev.h>
|
||||
#include <atomic>
|
||||
|
||||
#define TIMEOUT_SESSIONS 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user