mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +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
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 1995,1996, 2000, 2001, 2003, 2006, 2008, 2009, 2010, 2011, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1995-1996,2000-2001,2003,2006,2008-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
|
@ -18,17 +19,21 @@
|
|||
|
||||
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "gsubr.h"
|
||||
#include "alist.h"
|
||||
#include "async.h"
|
||||
#include "gsubr.h"
|
||||
#include "hashtab.h"
|
||||
#include "objprop.h"
|
||||
#include "pairs.h"
|
||||
#include "weak-table.h"
|
||||
|
||||
#include "objprop.h"
|
||||
|
||||
|
||||
|
||||
|
||||
/* {Object Properties}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue