From 49c29e16b31ce35e81be210bc74a3834530bb9e0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 14 Aug 2007 09:33:55 -0400 Subject: Code cleanup Remove the commented desc_localized stuff, we can find it later in version control. Also remove some unnecessary includes of the stat header and use -fstack-protector-all which is a bit more broad. Signed-off-by: Dan McGee --- src/pacman/callback.c | 1 - src/pacman/sync.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 0e5d87ee..ef67ab75 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/src/pacman/sync.c b/src/pacman/sync.c index b02ecde1..dab3f595 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3-24-g4f1b