[Lemon-commits] [lemon_svn] ladanyi: r2648 - in hugo/trunk: demo lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:54:09 CET 2006
Author: ladanyi
Date: Thu Mar 23 21:42:37 2006
New Revision: 2648
Modified:
hugo/trunk/demo/sub_graph_adaptor_demo.cc
hugo/trunk/lemon/eps.cc
Log:
include fixes
Modified: hugo/trunk/demo/sub_graph_adaptor_demo.cc
==============================================================================
--- hugo/trunk/demo/sub_graph_adaptor_demo.cc (original)
+++ hugo/trunk/demo/sub_graph_adaptor_demo.cc Thu Mar 23 21:42:37 2006
@@ -39,7 +39,7 @@
#include <lemon/graph_adaptor.h>
#include <lemon/dimacs.h>
#include <lemon/preflow.h>
-#include <tight_edge_filter_map.h>
+#include "tight_edge_filter_map.h"
#include <lemon/graph_reader.h>
Modified: hugo/trunk/lemon/eps.cc
==============================================================================
--- hugo/trunk/lemon/eps.cc (original)
+++ hugo/trunk/lemon/eps.cc Thu Mar 23 21:42:37 2006
@@ -1,4 +1,4 @@
-#include <eps.h>
+#include <lemon/eps.h>
namespace lemon {
More information about the Lemon-commits
mailing list