include-what-you-use

This commit is contained in:
reykfloeter 2019-06-18 11:39:31 +02:00
parent 7d27c64ba3
commit eff4cf144e
7 changed files with 5 additions and 15 deletions

View File

@ -23,8 +23,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/types.h>
#include <limits.h>
#include "systemd.h"

View File

@ -23,8 +23,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/types.h>
#include <unistd.h>
#include <limits.h>

View File

@ -23,10 +23,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <libgen.h>

View File

@ -26,10 +26,10 @@
#include <sys/types.h>
#include <sys/sysctl.h>
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <errno.h>
#include "systemd.h"

View File

@ -23,12 +23,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <libgen.h>
#include "systemd.h"

View File

@ -24,9 +24,11 @@
*/
#include <sys/types.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <sys/wait.h>
#include <sys/cdefs.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -23,9 +23,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <stdarg.h>
#include <limits.h>
#include <err.h>
#include <stddef.h>
#ifndef SYSTEMD_LIB
#define SYSTEMD_LIB