All files in gp directory modified to use relative include
This commit is contained in:
parent
10d485044b
commit
b11c5fbb4c
5 changed files with 19 additions and 19 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue