Includes cleanup

Submitted by: bde
This commit is contained in:
Andrey A. Chernov 1996-05-11 20:44:21 +00:00
parent 0482730e40
commit 2089d0009e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15737
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,13 @@
/*
* Copyright (c) 1995 Wolfram Schneider. Public domain.
*
* $Id: ostern.c,v 1.2 1996/05/10 16:29:42 ache Exp $
* $Id: ostern.c,v 1.3 1996/05/10 17:32:05 ache Exp $
*/
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "calendar.h"

View File

@ -24,9 +24,10 @@
* SUCH DAMAGE.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <time.h>
#include "calendar.h"