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

@ -68,9 +68,7 @@
// publisher = {Springer-Verlag}
// }
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "common_sys.hh"
#include <iostream>
#include <fstream>