COIN-OR::LEMON - Graph Library

Changeset 257:7f832b4e5391 in lemon-0.x for src/include


Ignore:
Timestamp:
03/29/04 12:25:23 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@361
Message:

Minor changes in #include's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/dijkstra.h

    r255 r257  
    3131///\brief Dijkstra algorithm.
    3232
    33 #include "fib_heap.h"
     33#include <fib_heap.h>
    3434#include "bin_heap.hh"
    35 #include "invalid.h"
     35#include <invalid.h>
    3636
    3737namespace hugo {
Note: See TracChangeset for help on using the changeset viewer.