1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 12:10:03 +00:00

oops, we can use sys/param.h instead

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@341 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-10-01 01:01:08 +00:00
parent ccc0d9cb91
commit 2bcf320886

View File

@ -29,9 +29,6 @@
#include <net/if.h>
#include <math.h>
#define MIN(a,b) (((a) <= (b)) ? (a) : (b))
#define MAX(a,b) (((a) >= (b)) ? (a) : (b))
static struct sysinfo s_info;
static int show_nice_processes;