# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1199408803 -3600
# Node ID 6724953f2f44dd46957eacba1cbd1652ad8a5c6f
# Parent  61bf7f22a6d64c045d47280a75b3481c0d729e27
Modified define command to be uniform.

diff -r 61bf7f22a6d6 -r 6724953f2f44 lemon/concept_check.h
--- a/lemon/concept_check.h	Sat Dec 22 14:04:22 2007 +0000
+++ b/lemon/concept_check.h	Fri Jan 04 02:06:43 2008 +0100
@@ -33,8 +33,8 @@
 
 // See http://www.boost.org/libs/concept_check for documentation.
 
-#ifndef LEMON_BOOST_CONCEPT_CHECKS_HPP
-#define LEMON_BOOST_CONCEPT_CHECKS_HPP
+#ifndef LEMON_CONCEPT_CHECKS_H
+#define LEMON_CONCEPT_CHECKS_H
 
 namespace lemon {
 
@@ -102,4 +102,4 @@
 
 } // namespace lemon
 
-#endif // LEMON_BOOST_CONCEPT_CHECKS_HPP
+#endif // LEMON_CONCEPT_CHECKS_H