Break inclusion cycle: prototypes.h and commands.h included each
other. Ensure headers in include/ can be included in any order (except for econfig-spec.h, which is special). New header types.h to help avoid inclusion cycles. Sort include directives. Remove some superflous includes.
This commit is contained in:
parent
16a0869bb0
commit
e42053d928
373 changed files with 1193 additions and 2516 deletions
|
@ -35,10 +35,11 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "prototypes.h"
|
||||
#include <stdlib.h>
|
||||
#include "file.h"
|
||||
#include "misc.h"
|
||||
#include "nsc.h"
|
||||
#include "product.h"
|
||||
|
||||
static void verify_fail(int, int, struct castr *, int, char *, ...)
|
||||
ATTRIBUTE((format (printf, 5, 6)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue