Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Clean up a bit unused headers
Baptiste Daroussin committed 11 years ago
commit d1a41a643b74d110949b54444799df24334e7f02
parent ee9b013
1 file changed +1 -6
modified src/event.c
@@ -1,5 +1,5 @@
/*-
-
 * Copyright (c) 2011-2012 Baptiste Daroussin <bapt@FreeBSD.org>
+
 * Copyright (c) 2011-2014 Baptiste Daroussin <bapt@FreeBSD.org>
 * Copyright (c) 2011-2012 Julien Laffaye <jlaffaye@FreeBSD.org>
 * Copyright (c) 2011 Will Andrews <will@FreeBSD.org>
 * Copyright (c) 2011-2012 Marin Atanasov Nikolov <dnaeon@gmail.com>
@@ -32,7 +32,6 @@
#include "pkg_config.h"
#endif

-
#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/wait.h>
@@ -46,11 +45,7 @@
#include <string.h>
#include <unistd.h>
#include <errno.h>
-
#include <sysexits.h>
#include <signal.h>
-
#include <stdint.h>
-
#include <inttypes.h>
-
#include <math.h>

#include "pkg.h"
#include "pkgcli.h"