// -*- C++ -*-
//
// ANSI Standard C++ Library Includes
//
// eXa
//
//

// C++ Standard Library

#include <typeinfo>

// Containers
#include <string>
#include <vector>
#include <list>
#include <map>

// I/O
#include <iostream>
#include <iomanip>
#include <fstream>

// Things we don't have

//#include <valarray>
//#include <exception>

// Standard C Library Wrappers

#include <cstdlib>
#include <cmath>

// All symbols in the standard library belong to std namespace
using namespace std;
