summaryrefslogtreecommitdiffstats
path: root/src/cache_lifetime.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-17 17:36:32 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-17 17:36:32 +0000
commit001805d9998229534264758432c06295614f8e2a (patch)
tree03a09d8acb26a72161ad05a35866931eeca2021a /src/cache_lifetime.c
parentbdbacf04ce2e2d7ddfc7027d08e1290e7d3dc788 (diff)
Max Kellermann <max@duempel.org>:
import only required C headers and put local headers on top to check
Diffstat (limited to 'src/cache_lifetime.c')
-rw-r--r--src/cache_lifetime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cache_lifetime.c b/src/cache_lifetime.c
index 26496d2..ad3416a 100644
--- a/src/cache_lifetime.c
+++ b/src/cache_lifetime.c
@@ -17,10 +17,8 @@
*/
#include <stdio.h>
-#include "conntrackd.h"
#include "us-conntrack.h"
#include "cache.h"
-#include "alarm.h"
#include <sys/time.h>
#include <time.h>