1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00

Still some #include "servers.h"s ..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2273 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-20 02:17:35 +00:00 committed by cras
parent bf5b6c08c5
commit c255a7b8ea
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "misc.h"
#include "settings.h"
#include "special-vars.h"
#include "servers.h"
#include "completion.h"
#include "command-history.h"

View File

@ -21,6 +21,7 @@
#include "module.h"
#include "signals.h"
#include "settings.h"
#include "servers.h"
#include "themes.h"
#include "statusbar.h"

View File

@ -25,6 +25,7 @@
#include "misc.h"
#include "levels.h"
#include "settings.h"
#include "servers.h"
#include "printtext.h"
#include "gui-windows.h"