Commit f068bc2d authored by Rafaël Carré's avatar Rafaël Carré

Adds headers back.

parent 06a16a44
......@@ -22,9 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
//
#include <stdio.h>
#include "common.h"
#include "fatal.h"
......
......@@ -22,8 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdio.h>
#include "common.h"
#include "fatal.h"
......
......@@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdlib.h>
/* Evaluation Code */
......
/* Function management */
#include <stdlib.h>
#include "common.h"
#include "fatal.h"
......
......@@ -26,6 +26,8 @@
/* Basic Parameter Functions */
#include <stdio.h>
#include <math.h>
#include "fatal.h"
#include "common.h"
......
......@@ -26,6 +26,7 @@
/* parser.c */
#include <stdlib.h>
#include "common.h"
#include "fatal.h"
......
......@@ -5,6 +5,7 @@
#include "per_frame_eqn_types.h"
#include "init_cond_types.h"
#include "preset_types.h"
#include <stdio.h>
per_frame_eqn_t * parse_per_frame_eqn(FILE * fs, int index, struct PRESET_T * preset);
int parse_per_pixel_eqn(FILE * fs, preset_t * preset);
......
......@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "fatal.h"
#include "common.h"
......
......@@ -22,8 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdlib.h>
#include "fatal.h"
#include "common.h"
......
......@@ -72,6 +72,7 @@
(cep@andrew.cmu.edu), to suit personal needs,
*/
#include <stdlib.h>
#include "common.h"
#include "fatal.h"
......
......@@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdlib.h>
#include "common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment