From f8c7f20bf1d6af6acdc02e8875b797f1fe255933 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 25 Jun 2007 13:39:55 +0000 Subject: [PATCH] No longer need to include general.h. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4463 7894878c-1315-0410-8ee3-d5d059ff63e0 --- lib/proc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/proc.c b/lib/proc.c index b9020cca..74a09483 100644 --- a/lib/proc.c +++ b/lib/proc.c @@ -25,7 +25,6 @@ #include "data.h" #include "error.h" #include "access.h" -#include "general.h" static int getsysname(const sensors_chip_feature *feature, char *sysname, int *sysmag, char *altsysname);