COIN-OR::LEMON - Graph Library

Ticket #161: 5e12d7734036.patch

File 5e12d7734036.patch, 1.2 KB (added by Alpar Juttner, 16 years ago)
  • lemon/core.h

    # HG changeset patch
    # User Alpar Juttner <alpar@cs.elte.hu>
    # Date 1223641357 -3600
    # Node ID 5e12d7734036c18735debe547920c35311b81a67
    # Parent  1e2d6ca807934dd9ca4f87b55e7a542a3cff4143
    arrert.h is now included by core.h (#161)
    
    diff --git a/lemon/core.h b/lemon/core.h
    a b  
    2424
    2525#include <lemon/bits/enable_if.h>
    2626#include <lemon/bits/traits.h>
     27#include <lemon/assert.h>
    2728
    2829///\file
    2930///\brief LEMON core utilities.
  • lemon/dfs.h

    diff --git a/lemon/dfs.h b/lemon/dfs.h
    a b  
    2727#include <lemon/bits/path_dump.h>
    2828#include <lemon/core.h>
    2929#include <lemon/error.h>
    30 #include <lemon/assert.h>
    3130#include <lemon/maps.h>
    3231#include <lemon/path.h>
    3332
  • lemon/lgf_reader.h

    diff --git a/lemon/lgf_reader.h b/lemon/lgf_reader.h
    a b  
    3131#include <set>
    3232#include <map>
    3333
    34 #include <lemon/assert.h>
    3534#include <lemon/core.h>
    3635
    3736#include <lemon/lgf_writer.h>
  • lemon/lgf_writer.h

    diff --git a/lemon/lgf_writer.h b/lemon/lgf_writer.h
    a b  
    3333#include <vector>
    3434#include <functional>
    3535
    36 #include <lemon/assert.h>
    3736#include <lemon/core.h>
    3837#include <lemon/maps.h>
    3938