Make inclusion of tcl_bx.h unconditional

There's no need for the conditional compilation - tcl_bx.h itself has the WANT_TCL guards
necessary.

This makes generating the Makefile target dependencies easier.
This commit is contained in:
Kevin Easton
2017-11-27 23:15:06 +11:00
parent 256b33747c
commit 863263aa07
4 changed files with 4 additions and 9 deletions

View File

@@ -45,10 +45,7 @@ CVS_REVISION(ctcp_c)
#include "misc.h"
#include "userlist.h"
#include "hash2.h"
#ifdef WANT_TCL
#include "tcl_bx.h"
#endif
#define MAIN_SOURCE
#include "modval.h"