From 22b086318556567419e1aea8994a9fc62b9c3ac5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 29 May 2006 20:00:41 +0000 Subject: Add textscreen.h top level header to avoid having to include all txt_* headers individually. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 542 --- src/net_gui.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/net_gui.c b/src/net_gui.c index fa64b9d8..e71a1f43 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: net_gui.c 541 2006-05-29 19:54:11Z fraggle $ +// $Id: net_gui.c 542 2006-05-29 20:00:41Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -88,15 +88,7 @@ #include "net_gui.h" #include "net_server.h" -#include "txt_main.h" -#include "txt_gui.h" -#include "txt_io.h" - -#include "txt_desktop.h" -#include "txt_label.h" -#include "txt_strut.h" -#include "txt_table.h" -#include "txt_window.h" +#include "textscreen.h" static txt_window_t *window; static txt_label_t *player_labels[MAXPLAYERS]; -- cgit v1.2.3