all: Remove HAVE_CONFIG_H conditional

We always have a config.h now, and don't rely on autotools setting this
cflags for us to know it.
This commit is contained in:
Bastien Nocera 2021-09-07 12:27:57 +02:00
parent 5f4d16ad4d
commit 0fd6b11085
10 changed files with 10 additions and 30 deletions

View file

@ -18,9 +18,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <gio/gio.h>

View file

@ -21,9 +21,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <math.h>

View file

@ -20,9 +20,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <math.h>

View file

@ -19,9 +19,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <math.h>

View file

@ -20,9 +20,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <math.h>

View file

@ -18,9 +18,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <errno.h>
#include <unistd.h>

View file

@ -19,9 +19,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <stdlib.h>

View file

@ -19,9 +19,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>

View file

@ -20,9 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <signal.h>

View file

@ -19,9 +19,7 @@
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <stdlib.h>
#include <stdio.h>