/*

  $Id$

  Copyright 1989-2016 MINES ParisTech

  This file is part of PIPS.

  PIPS 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, either version 3 of the License, or
  any later version.

  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or
  FITNESS FOR A PARTICULAR PURPOSE.

  See the GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with PIPS.  If not, see <http://www.gnu.org/licenses/>.

*/
#ifndef _ALL
#define _ALL

#include <stdio.h>
#include <string.h>

#include "linear.h"

/*{{{  newgen includes*/
#include "genC.h"
#include "ri.h"
#include "effects.h"
#include "database.h"

/*}}}*/

/* C3 includes 		*/
#include "boolean.h"
#include "arithmetique.h"
#include "vecteur.h"
#include "contrainte.h"
#include "ray_dte.h"
#include "sommet.h"
#include "sg.h"
#include "sc.h"
#include "polyedre.h"
#include "matrix.h"

/* Pips includes 	*/
#include "ri.h"
#include "ri-util.h"
#include "effects-util.h"
#include "constants.h"
/*#include "graph.h"*/
#include "dg.h"
#include "text.h"
#include "text-util.h"
#include "misc.h"

#include "control.h"
#include "constants.h"
#include "misc.h"
#include "text-util.h"
#include "properties.h"

#include "transformer.h"
#include "semantics.h"

#include "effects-generic.h"
#include "effects-simple.h"
#include "effects-convex.h"

#include "pipsdbm.h"
#include "workspace-util.h"
#include "resources.h"
#include "preprocessor.h"
#include "compsec.h"
#include "bootstrap.h"

/* all typedef's and declarations will appear in this file
 * this is PIPS policy!
 */

#include "comp_sections.h"

#endif // _ALL



