X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab1a5770e72e90720fb1f2dc0901cda2573b208b..9e2e32849ed01a869c9c70e78014e6938f098be5:/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