mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
Rationalize include order in C files
Include config.h first, then system includes, then libguile includes, in alphabetical order, then the include for the file in question.
This commit is contained in:
parent
3068bc7384
commit
b8d757732f
117 changed files with 981 additions and 929 deletions
|
@ -23,18 +23,17 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "gsubr.h"
|
||||
#include "pairs.h"
|
||||
#include "boolean.h"
|
||||
#include "alist.h"
|
||||
#include "boolean.h"
|
||||
#include "continuations.h"
|
||||
#include "eq.h"
|
||||
#include "expand.h"
|
||||
#include "gsubr.h"
|
||||
#include "hashtab.h"
|
||||
#include "keywords.h"
|
||||
#include "list.h"
|
||||
#include "macros.h"
|
||||
#include "modules.h"
|
||||
#include "pairs.h"
|
||||
#include "ports.h"
|
||||
#include "print.h"
|
||||
#include "srcprop.h"
|
||||
|
@ -44,6 +43,8 @@
|
|||
#include "variable.h"
|
||||
#include "vectors.h"
|
||||
|
||||
#include "expand.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue