Changeset 2260:4274224f8a7d in lemon-0.x for test/graph_adaptor_test.cc
- Timestamp:
- 10/24/06 19:19:16 (14 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/graph_adaptor_test.cc
r2231 r2260 21 21 22 22 #include<lemon/smart_graph.h> 23 #include<lemon/concept /graph.h>24 #include<lemon/concept /ugraph.h>25 #include<lemon/concept /bpugraph.h>23 #include<lemon/concepts/graph.h> 24 #include<lemon/concepts/ugraph.h> 25 #include<lemon/concepts/bpugraph.h> 26 26 27 27 #include<lemon/list_graph.h> … … 42 42 43 43 using namespace lemon; 44 using namespace lemon::concept ;44 using namespace lemon::concepts; 45 45 46 46
Note: See TracChangeset
for help on using the changeset viewer.