removed common-setup.h, put all settings in it to files where they belong to.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@272 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-02 00:36:54 +00:00 committed by cras
commit 3e4f947934
8 changed files with 15 additions and 29 deletions

View file

@ -25,13 +25,15 @@
#include "levels.h"
#include "misc.h"
#include "settings.h"
#include "common-setup.h"
#include "irc-server.h"
#include "ignore.h"
#include "autoignore.h"
/* How often to check if there's anyone to be unignored in autoignore list */
#define AUTOIGNORE_TIMECHECK 10000
static int ignore_tag;
GSList *server_autoignores(IRC_SERVER_REC *server)