src/work/list_graph.h
changeset 260 fb27d1c7036e
parent 233 57ef4fd493d5
child 265 bf7aea53635a
equal deleted inserted replaced
4:3d7472bb6051 5:9f527c816776
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef LIST_GRAPH_H
     2 #ifndef HUGO_LIST_GRAPH_H
     3 #define LIST_GRAPH_H
     3 #define HUGO_LIST_GRAPH_H
     4 
     4 
     5 #include <iostream>
     5 #include <iostream>
     6 #include <vector>
     6 #include <vector>
     7 
     7 
     8 #include <invalid.h>
     8 #include <invalid.h>
   559 //   }
   559 //   }
   560 
   560 
   561 
   561 
   562 } //namespace hugo
   562 } //namespace hugo
   563 
   563 
   564 #endif //LIST_GRAPH_H
   564 #endif //HUGO_LIST_GRAPH_H