Remove some more conditional include stuff
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
fd3a1a92c8
commit
d402583c43
4 changed files with 0 additions and 11 deletions
|
@ -27,9 +27,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef __sun__
|
|
||||||
#include <strings.h>
|
|
||||||
#endif
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#ifdef CYGWIN
|
#ifdef CYGWIN
|
||||||
|
|
|
@ -26,9 +26,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef __sun__
|
|
||||||
#include <strings.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* libalpm */
|
/* libalpm */
|
||||||
#include "deps.h"
|
#include "deps.h"
|
||||||
|
|
|
@ -25,9 +25,7 @@
|
||||||
#ifndef _ALPM_PACKAGE_H
|
#ifndef _ALPM_PACKAGE_H
|
||||||
#define _ALPM_PACKAGE_H
|
#define _ALPM_PACKAGE_H
|
||||||
|
|
||||||
#if defined(__APPLE__) || defined(__sun__)
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "alpm.h"
|
#include "alpm.h"
|
||||||
#include "db.h"
|
#include "db.h"
|
||||||
|
|
|
@ -33,9 +33,6 @@
|
||||||
#include <sys/statvfs.h>
|
#include <sys/statvfs.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifndef __sun__
|
|
||||||
#include <mntent.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* libalpm */
|
/* libalpm */
|
||||||
#include "trans.h"
|
#include "trans.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue