1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00

Don't include non-existent files.

This commit is contained in:
Brenden Matthews 2010-01-06 11:33:42 -08:00
parent 5d20ed4b8c
commit 9b46a61ae6
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@
#include "temphelper.h"
#include "timeinfo.h"
#include "top.h"
#include "c-funcs.h"
#include <ctype.h>
#include <errno.h>
#include <sys/time.h>

View File

@ -32,7 +32,6 @@
#include "net_stat.h"
#include "diskio.h"
#include "temphelper.h"
#include "c-funcs.h"
#include <dirent.h>
#include <ctype.h>
#include <errno.h>