Remove unnecessary and extra includes
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
19f66083f0
commit
cd3a636813
4 changed files with 0 additions and 17 deletions
|
@ -31,15 +31,8 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#if defined(__APPLE__) || defined(__OpenBSD__)
|
|
||||||
#include <sys/syslimits.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#endif
|
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#ifdef CYGWIN
|
|
||||||
#include <limits.h> /* PATH_MAX */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* libalpm */
|
/* libalpm */
|
||||||
#include "db.h"
|
#include "db.h"
|
||||||
|
|
|
@ -31,14 +31,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#if defined(__APPLE__) || defined(__OpenBSD__)
|
|
||||||
#include <sys/syslimits.h>
|
|
||||||
#endif
|
|
||||||
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__sun__)
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#endif
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
/* libalpm */
|
/* libalpm */
|
||||||
#include "remove.h"
|
#include "remove.h"
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
#include "alpm.h"
|
#include "alpm.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "handle.h"
|
#include "handle.h"
|
||||||
#include "log.h"
|
|
||||||
#include "package.h"
|
#include "package.h"
|
||||||
|
|
||||||
/** Fetch a remote pkg.
|
/** Fetch a remote pkg.
|
||||||
|
|
|
@ -47,11 +47,9 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "versioncmp.h"
|
#include "versioncmp.h"
|
||||||
#include "handle.h"
|
#include "handle.h"
|
||||||
#include "util.h"
|
|
||||||
#include "alpm.h"
|
#include "alpm.h"
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
#include "sha1.h"
|
#include "sha1.h"
|
||||||
#include "handle.h"
|
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
|
||||||
pmsyncpkg_t *_alpm_sync_new(int type, pmpkg_t *spkg, void *data)
|
pmsyncpkg_t *_alpm_sync_new(int type, pmpkg_t *spkg, void *data)
|
||||||
|
|
Loading…
Add table
Reference in a new issue