global.h does nothing but include prototypes.h, remove.

This commit is contained in:
Markus Armbruster 2005-02-24 17:54:14 +00:00
parent 2f4a825348
commit 8bb79caa87
3 changed files with 1 additions and 40 deletions

View file

@ -37,7 +37,7 @@
#include "plane.h"
#include "product.h"
#include "optlist.h"
#include "global.h"
#include "prototypes.h"
static void init_mchr(void);
static void init_pchr(void);

View file

@ -64,7 +64,6 @@
#include "sect.h"
#include "product.h"
#include "optlist.h"
#include "global.h"
#include "server.h"
#include "prototypes.h"