Fix multiple inclusions of config.h.

* src/bin/common_sys.hh: New file.
* src/bin/Makefile.am: Add it.
* src/bin/common_output.hh, src/bin/common_r.cc,
src/bin/common_range.cc, src/bin/genltl.cc, src/bin/ltlfilt.cc,
src/bin/randltl.cc: Include common_sys.hh instead of config.h.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-12 13:19:17 +02:00
parent 04b5e37055
commit 26deb56a9c
8 changed files with 41 additions and 26 deletions

View file

@ -19,12 +19,8 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "common_sys.hh"
#include "error.h"
#include "common_r.hh"
int simplification_level = 0;