Replace "config.h" with <config.h>

This commit is contained in:
Ondřej Surý 2018-08-15 15:01:48 +02:00
parent 0bdefcb599
commit e2c938d882
13 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>

View file

@ -10,7 +10,7 @@
*/
#include "config.h"
#include <config.h>
#include <isc/net.h>
#include <isc/print.h>

View file

@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#ifndef HAVE_LMDB
#error This program requires the LMDB library.

View file

@ -11,7 +11,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <dns/clientinfo.h>

View file

@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>

View file

@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>

View file

@ -12,7 +12,7 @@
/*! \file isc/aes.c */
#include "config.h"
#include <config.h>
#include <isc/assertions.h>
#include <isc/aes.h>

View file

@ -12,7 +12,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <string.h>
#include <stdlib.h>

View file

@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <inttypes.h>

View file

@ -11,7 +11,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <stdbool.h>

View file

@ -15,7 +15,7 @@
* draft-ietf-dnsext-tsig-sha-01.txt.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>

View file

@ -10,7 +10,7 @@
*/
#include "config.h"
#include <config.h>
#include <stdio.h>

View file

@ -27,7 +27,7 @@
* will fill a supplied 16-byte array with the digest.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>