/*
 *  Copyright (C)  2000-2001 Marc Wandschneider <mw@kiltdown.org>
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation.
 *
 *  For more information look at the file COPYRIGHT in this package
 *
 */


#ifndef _SANITY_H_
#define _SANITY_H_

#include <basetypes.h>
#include <assert.h>
#include <lalloc.h>
#include <lerror.h>
#include <miscutil.h>

#include <stdio.h>              // for NULL, etc ...


#endif // _SANITY_H_



syntax highlighted by Code2HTML, v. 0.9.1