Remove some more conditional include stuff

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-07-12 16:00:35 -04:00
parent fd3a1a92c8
commit d402583c43
4 changed files with 0 additions and 11 deletions

View File

@ -27,9 +27,6 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#ifdef __sun__
#include <strings.h>
#endif
#include <sys/stat.h>
#include <dirent.h>
#ifdef CYGWIN

View File

@ -26,9 +26,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef __sun__
#include <strings.h>
#endif
/* libalpm */
#include "deps.h"

View File

@ -25,9 +25,7 @@
#ifndef _ALPM_PACKAGE_H
#define _ALPM_PACKAGE_H
#if defined(__APPLE__) || defined(__sun__)
#include <time.h>
#endif
#include "alpm.h"
#include "db.h"

View File

@ -33,9 +33,6 @@
#include <sys/statvfs.h>
#include <unistd.h>
#include <errno.h>
#ifndef __sun__
#include <mntent.h>
#endif
/* libalpm */
#include "trans.h"