SLUDGE: header formatting
This commit is contained in:
parent
c44b4f3128
commit
a8ccd05315
49 changed files with 423 additions and 434 deletions
|
@ -19,21 +19,22 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
#include "debug.h"
|
||||
|
||||
#include "allfiles.h"
|
||||
#include "variable.h"
|
||||
#include "newfatal.h"
|
||||
#include "stringy.h"
|
||||
#include "objtypes.h"
|
||||
#include "people.h"
|
||||
#include "fileset.h"
|
||||
|
||||
#include "sludge.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include "moreio.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
|
||||
#include "sludge/debug.h"
|
||||
#include "sludge/allfiles.h"
|
||||
#include "sludge/variable.h"
|
||||
#include "sludge/moreio.h"
|
||||
#include "sludge/newfatal.h"
|
||||
#include "sludge/stringy.h"
|
||||
#include "sludge/objtypes.h"
|
||||
#include "sludge/people.h"
|
||||
#include "sludge/fileset.h"
|
||||
#include "sludge/sludge.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "windows.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue