* src/ltlvisit/apcollect.hh: Fix include guard. Report from Denis.

* src/sanity/includes.test: Include files twice to check include
guards.
This commit is contained in:
Alexandre Duret-Lutz 2004-08-10 18:07:20 +00:00
parent 11762deafc
commit 42fc2b772f
3 changed files with 10 additions and 2 deletions

View file

@ -20,7 +20,7 @@
// 02111-1307, USA.
#ifndef SPOT_LTLVISIT_APCOLLECT_HH
# define SPOT_LTLVISIT_AP_COLLECT_HH
# define SPOT_LTLVISIT_APCOLLECT_HH
#include <set>
#include "ltlvisit/postfix.hh"