1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

Removed list.h

This commit is contained in:
Aaron Griffin 2007-01-22 08:46:12 +00:00
parent 7ed7977e63
commit eb03fe80e8

View File

@ -27,10 +27,10 @@
#include <libintl.h> #include <libintl.h>
#include <alpm.h> #include <alpm.h>
#include <alpm_list.h>
/* pacman */ /* pacman */
#include "log.h" #include "log.h"
#include "util.h" #include "util.h"
#include "list.h"
#include "package.h" #include "package.h"
/* Display the content of an installed package /* Display the content of an installed package