libpkgconf: clean up header includes (closes #137)

feature/tap-sh
William Pitcock 2017-09-17 23:38:25 -05:00
parent ebb4c73525
commit e9fd43caa7
12 changed files with 16 additions and 1 deletions

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
/* /*

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
/* /*

View File

@ -13,8 +13,10 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
#include <libpkgconf/config.h> #include <libpkgconf/config.h>
/* /*
* !doc * !doc
* *

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
/* /*

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
char * char *

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
/* /*

View File

@ -16,7 +16,10 @@
#ifndef LIBPKGCONF__LIBPKGCONF_H #ifndef LIBPKGCONF__LIBPKGCONF_H
#define LIBPKGCONF__LIBPKGCONF_H #define LIBPKGCONF__LIBPKGCONF_H
#include <libpkgconf/stdinc.h> #include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdbool.h>
#include <libpkgconf/iter.h> #include <libpkgconf/iter.h>
#include <libpkgconf/bsdstubs.h> #include <libpkgconf/bsdstubs.h>
#include <libpkgconf/libpkgconf-api.h> #include <libpkgconf/libpkgconf-api.h>

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
#include <libpkgconf/config.h> #include <libpkgconf/config.h>

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/config.h> #include <libpkgconf/config.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
/* /*

View File

@ -13,6 +13,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
/* /*

1
main.c
View File

@ -14,6 +14,7 @@
* from the use of this software. * from the use of this software.
*/ */
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h> #include <libpkgconf/libpkgconf.h>
#include "libpkgconf/config.h" #include "libpkgconf/config.h"
#include "getopt_long.h" #include "getopt_long.h"