mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-11 10:38:12 +00:00
include llua.h where it's really needed
This commit is contained in:
parent
46bd87b05e
commit
7d92e46533
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "conky.h"
|
||||
#include "llua.h"
|
||||
#include "logging.h"
|
||||
#include "build.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user