rewrite
[libfirm] / ir / ana2 / pto.h
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto.h
6    Purpose:     Import all includes needed for PTO
7    Author:      Florian
8    Modified by:
9    Created:     Sat Nov 13 19:35:27 CET 2004
10    CVS-ID:      $Id$
11    Copyright:   (c) 1999-2004 Universität Karlsruhe
12    Licence:     This file is protected by the GPL -  GNU GENERAL PUBLIC LICENSE.
13 */
14
15
16 # ifndef _PTO_
17 # define _PTO_
18
19 # include "pto_comp.h"
20
21 /* ===================================================
22    Global Defines:
23    =================================================== */
24
25 /* ===================================================
26  Global Data Types:
27  =================================================== */
28
29 /* ===================================================
30    Global Prototypes:
31    =================================================== */
32
33 /* ===================================================
34    Global Variables:
35    =================================================== */
36
37
38 # endif /* not defined _PTO_ */
39
40
41 \f
42 /*
43   $Log$
44   Revision 1.5  2004/11/18 16:37:07  liekweg
45   rewrite
46
47
48 */