Skip to content
Snippets Groups Projects
Commit 86b69bbf authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

include/cdo.h now has relative paths

parent 1bcaa740
No related branches found
No related tags found
1 merge request!289M300433/python interaface integration 1
#ifndef CDO_H
#define CDO_H
//access to information and registered operators
#include "../src/factory.h"
#include "../src/cdo_module.h"
#include "../src/module_info.h"
// for creating node trees
#include "../src/node.h"
//required for running the node tree
#include "../src/processManager.h"
//exceptions and error handling
#include "../src/cdo_node_attach_exception.h"
#include "../src/cdo_exception.h"
#include "../src/cdo_syntax_error.h"
#include <processManager.h>
#include <node.h>
#include <parser.h>
#include <factory.h>
#include <cdo_node_attach_exception.h>
#include <cdo_exception.h>
#include <cdo_module.h>
#include <cdo_syntax_error.h>
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment