Skip to content
Snippets Groups Projects
Commit ff214fbf authored by Jakub Janák's avatar Jakub Janák
Browse files

optimised imports

parent 1b0f21d7
No related branches found
No related tags found
No related merge requests found
#include "Node.hpp"
#include "Edge.hpp"
#include "node.hpp"
#include "edge.hpp"
node::node(std::string name) {
this->name = std::move(name);
......
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