Includes cleanup

Submitted by: bde
This commit is contained in:
ache 1996-05-11 20:44:21 +00:00
parent e127f65866
commit 978f540d0a
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"