scyther/src/pheading.h

14 lines
202 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#ifndef PHEADING
#define PHEADING
#define YY_NO_UNPUT
#include <stdio.h>
#include <stdlib.h>
#include "terms.h"
#include "termlists.h"
#include "symbols.h"
#include "system.h"
2004-04-23 11:58:43 +01:00
#include "tac.h"
#endif