scyther/gui/src/pheading.h
2007-05-17 17:28:10 +02:00

14 lines
199 B
C

#ifndef PHEADING
#define PHEADING
#define YY_NO_UNPUT
#include <stdio.h>
#include <stdlib.h>
#include "term.h"
#include "termlist.h"
#include "symbol.h"
#include "system.h"
#include "tac.h"
#endif