X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=src%2Fsig_handler.c;h=bed72ba207a95bde6bffccfc12e9daa4272c16cb;hp=ca2e18fa67b7336ba3ac7dda1a8b9c0fb87ee8cb;hb=4d61c93845abce1e45c4a41562ecb3fa4e3bdcc3;hpb=062bd1b2d8cd74c1965229043dc5bbbbd8cbf50a diff --git a/src/sig_handler.c b/src/sig_handler.c index ca2e18f..bed72ba 100644 --- a/src/sig_handler.c +++ b/src/sig_handler.c @@ -15,7 +15,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Christian Pointner + * Copyright (C) 2007-2010 Christian Pointner * * This file is part of uAnytun. * @@ -36,16 +36,13 @@ #include "datatypes.h" #include "log.h" +#include "sig_handler.h" + #include #include #include -#include #include -#include "sig_handler.h" - -#include - static int sig_pipe_fds[2];