1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-11 18:38:45 +00:00

include llua.h where it's really needed

This commit is contained in:
Phil Sutter 2009-12-28 21:05:40 +01:00
parent 46bd87b05e
commit 7d92e46533
4 changed files with 7 additions and 4 deletions

View File

@ -84,6 +84,9 @@
#ifdef HAVE_ICONV
#include "iconv_tools.h"
#endif
#ifdef HAVE_LUA
#include "llua.h"
#endif /* HAVE_LUA */
#include "logging.h"
#include "mail.h"
#include "net_stat.h"

View File

@ -245,10 +245,6 @@ struct information {
short kflags; /* kernel settings, see enum KFLAG */
};
#ifdef HAVE_LUA
#include "llua.h"
#endif /* HAVE_LUA */
/* needed by linux.c and top.c -> outsource somewhere */
enum {
/* set to true if kernel uses "long" format for /proc/stats */

View File

@ -53,6 +53,9 @@
#ifdef HAVE_ICONV
#include "iconv_tools.h"
#endif
#ifdef HAVE_LUA
#include "llua.h"
#endif /* HAVE_LUA */
#include "logging.h"
#include "mixer.h"
#include "mail.h"

View File

@ -23,6 +23,7 @@
*/
#include "conky.h"
#include "llua.h"
#include "logging.h"
#include "build.h"