X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab1a5770e72e90720fb1f2dc0901cda2573b208b..a92d7b716f51a53dea7f59db8524d4add713b910:/include/xbt/automaton.hpp diff --git a/include/xbt/automaton.hpp b/include/xbt/automaton.hpp index 8b3827db57..5c3dad854a 100644 --- a/include/xbt/automaton.hpp +++ b/include/xbt/automaton.hpp @@ -4,8 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef _XBT_AUTOMATON_HPP -#define _XBT_AUTOMATON_HPP +#ifndef XBT_AUTOMATON_HPP +#define XBT_AUTOMATON_HPP #include @@ -34,5 +34,4 @@ xbt_automaton_propositional_symbol_t add_proposition( } } - #endif