summaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rwxr-xr-xsrc/wrap.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 214227e..afc45b1 100755
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -2,6 +2,7 @@
#define WRAP_H
#include "incl.h"
+
#ifdef DATABASE
#include "data/data.h"
#endif
@@ -9,12 +10,8 @@
#include "conf/conf.h"
#include "chat/gcol.h"
#include "html.h"
-#ifdef LOGGING
#include "logd.h"
-#endif
-//<<*
#include "modl.h"
-//*>>
#ifdef NCURSES
#include "ncur/ncur.h"
#endif
@@ -35,14 +32,12 @@ class dynamic_wrap
#endif
gcol* GCOL;
sman* SMAN;
- modl* MODL;
//*>>
conf* CONF;
html* HTML;
-#ifdef LOGGING
logd* LOGD;
-#endif
+ modl* MODL;
#ifdef NCURSES
ncur* NCUR;
#endif
@@ -76,14 +71,12 @@ public:
#ifdef IRCBOT
static ybot* YBOT;
#endif
- static modl* MODL;
//*>>
static conf* CONF;
static html* HTML;
-#ifdef LOGGING
static logd* LOGD;
-#endif
+ static modl* MODL;
#ifdef NCURSES
static ncur* NCUR;
#endif
@@ -93,4 +86,5 @@ public:
static dynamic_wrap* WRAP;
};
+
#endif