summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-15 18:53:51 -0500
committerDan McGee <dan@archlinux.org>2011-04-20 20:09:13 -0500
commit791928dc48bcd94ef5cb57b4da36fb5e398e30da (patch)
tree55d6d265da6dac354d0ad61e4b806632f1b33b26 /src/pacman/package.c
parent4af6c72d790e13fd28abc0d7b2eaaece51fd7862 (diff)
Header inclusion cleanup
This does touch a lot of things, and hopefully doesn't break things on other platforms, but allows us to also clean up a bunch of crud that no longer needs to be there. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/package.c')
-rw-r--r--src/pacman/package.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/package.c b/src/pacman/package.c
index 93c56ad9..346d3125 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -26,7 +26,6 @@
#include <unistd.h>
#include <limits.h>
#include <errno.h>
-#include <wchar.h>
#include <alpm.h>
#include <alpm_list.h>