diff options
author | Dan McGee <dan@archlinux.org> | 2007-04-25 03:15:32 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-25 11:07:48 -0400 |
commit | 7760f5fe60253bd9aa674c6a6688d9d07668db2e (patch) | |
tree | b7202c8ddbaf282b24f00a7b26b3395f9b57f6ed /src/pacman/add.c | |
parent | 828f1f53eff4e47eb0370a0d9195281974859ce5 (diff) |
Remove more unnecessary stuff
* Remove libintl.h from most files, as we only need to include it once in
util.h where _() is defined.
* Remove other unnecessary header inclusions.
* Remove a macro that was only used once and replaced it with actual code.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/add.c')
-rw-r--r-- | src/pacman/add.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/add.c b/src/pacman/add.c index f169eb84..65d666e9 100644 --- a/src/pacman/add.c +++ b/src/pacman/add.c @@ -24,7 +24,6 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <libintl.h> #include <alpm.h> #include <alpm_list.h> |