Use relative includes in headers and absolute in code

- relative includes in headers
- absolute includes in exe code
- include sstream lib in eoExceptions.h
- fix ga/make_op_ga.cpp
- fix eoSGATransform.h
This commit is contained in:
Ronaldd Pinho 2019-06-29 18:44:27 -03:00 committed by nojhan
commit aa5dbe82c6
284 changed files with 996 additions and 989 deletions

View file

@ -30,10 +30,10 @@
#include <iterator>
#include <list>
#include <EO.h>
#include <eoInit.h>
#include <eoOp.h>
#include <gp/parse_tree.h>
#include "../EO.h"
#include "../eoInit.h"
#include "../eoOp.h"
#include "parse_tree.h"
using namespace gp_parse_tree;

View file

@ -28,11 +28,11 @@
#ifndef eoParseTreeDepthInit_h
#define eoParseTreeDepthInit_h
#include <EO.h>
#include <gp/eoParseTree.h>
#include <eoInit.h>
#include <eoOp.h>
#include <eoPop.h>
#include "../EO.h"
#include "eoParseTree.h"
#include "eoInit.h"
#include "eoOp.h"
#include "eoPop.h"
using namespace gp_parse_tree;

View file

@ -29,10 +29,10 @@
#ifndef eoParseTreeOp_h
#define eoParseTreeOp_h
#include <EO.h>
#include <eoOp.h>
#include "../EO.h"
#include "../eoOp.h"
#include <gp/eoParseTree.h>
#include "eoParseTree.h"
/** eoSubtreeXOver --> subtree xover
\class eoSubtreeXOver eoParseTreeOp.h gp/eoParseTreeOp.h

View file

@ -27,10 +27,10 @@
#ifndef eoStParseTreeDepthInit_h
#define eoStParseTreeDepthInit_h
#include <EO.h>
#include <gp/eoParseTree.h>
#include <eoInit.h>
#include <eoOp.h>
#include "../EO.h"
#include "eoParseTree.h"
#include "../eoInit.h"
#include "../eoOp.h"
#include <map>

View file

@ -28,13 +28,13 @@
#ifndef eoStParseTreeOp_h
#define eoStParseTreeOp_h
#include <EO.h>
#include <eoOp.h>
#include "../EO.h"
#include "../eoOp.h"
#include <map.h>
#include <iostream>
#include <set>
#include <gp/eoParseTree.h>
#include "eoParseTree.h"
// a help function
template <class EOT>