global.h does nothing but include prototypes.h, remove.
This commit is contained in:
parent
2f4a825348
commit
8bb79caa87
3 changed files with 1 additions and 40 deletions
|
@ -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);
|
||||
|
|
|
@ -64,7 +64,6 @@
|
|||
#include "sect.h"
|
||||
#include "product.h"
|
||||
#include "optlist.h"
|
||||
#include "global.h"
|
||||
#include "server.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue