Skip to content
Snippets Groups Projects
Commit 8bc3559a authored by Jan Trávníček's avatar Jan Trávníček
Browse files

remove duplicate files

parent 0e09630b
No related branches found
No related tags found
No related merge requests found
Pipeline #22865 passed
/*
* DefaultEdgeType.h
*
* Created on: Jan 12, 2017
* Author: Jan Travnicek
*/
#ifndef DEFAULT_EDGE_TYPE_H_
#define DEFAULT_EDGE_TYPE_H_
#include <object/Object.h>
typedef object::Object DefaultEdgeType;
#endif /* DEFAULT_EDGE_TYPE_H_ */
/*
* DefaultNodeType.h
*
* Created on: Jan 12, 2017
* Author: Jan Travnicek
*/
#ifndef DEFAULT_NODE_TYPE_H_
#define DEFAULT_NODE_TYPE_H_
#include <object/Object.h>
typedef object::Object DefaultNodeType;
#endif /* DEFAULT_NODE_TYPE_H_ */
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