# HG changeset patch # User alpar # Date 1233758551 0 # Node ID 4f47c0f6be046a6005e7a4c94e8b34ac3e99971e # Parent 511cf2518a32a988d226108a235afa802851499a Remove a faulty include from elevator.h diff -r 511cf2518a32 -r 4f47c0f6be04 lemon/elevator.h --- a/lemon/elevator.h Sun Dec 21 20:13:28 2008 +0000 +++ b/lemon/elevator.h Wed Feb 04 14:42:31 2009 +0000 @@ -27,7 +27,6 @@ ///for labeling items in push-relabel type algorithms. /// -#include namespace lemon { ///Class for handling "labels" in push-relabel type algorithms.