#ifndef DIGEDAG_HPP #define DIGEDAG_HPP #include "enum.hpp" #include "dag.hpp" #include "node.hpp" #include "edge.hpp" #include "scheduler.hpp" #endif // DIGEDAG_HPP