summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-10-04 22:27:09 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-10-04 22:27:09 +0200
commit3ba7c49886989dfca24c4954acbf3b3306bb9dd7 (patch)
treeca607b4a001f2e903b2710b129f80e5aed5ccc6e
parent97a0c246d65c6adff2600d98e70dfbebe1dbdc84 (diff)
downloadpsutil-3ba7c49886989dfca24c4954acbf3b3306bb9dd7.tar.gz
freebsd: remove unused header file
-rw-r--r--psutil/arch/bsd/freebsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/psutil/arch/bsd/freebsd.c b/psutil/arch/bsd/freebsd.c
index 96737851..50be8619 100644
--- a/psutil/arch/bsd/freebsd.c
+++ b/psutil/arch/bsd/freebsd.c
@@ -25,7 +25,6 @@
#include <libutil.h> // process open files, shared libs (kinfo_getvmmap), cwd
#include <sys/cpuset.h>
-#include "freebsd.h"
#include "../../_psutil_common.h"