diff options
author | Michael Vogt <mvo@debian.org> | 2013-07-23 15:00:53 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-23 15:00:53 +0200 |
commit | 267275c59cc35704789a228c6e9b1464c4cabd74 (patch) | |
tree | 2479a7793527e8f81388100c83d628d72588ffcb /apt-pkg/cacheset.h | |
parent | 1af17f1de32234f3a878bd22eea1f45dff06eeb9 (diff) |
remove double list include
Diffstat (limited to 'apt-pkg/cacheset.h')
-rw-r--r-- | apt-pkg/cacheset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/cacheset.h b/apt-pkg/cacheset.h index 2a45910ba..d7328d705 100644 --- a/apt-pkg/cacheset.h +++ b/apt-pkg/cacheset.h @@ -11,7 +11,6 @@ // Include Files /*{{{*/ #include <iostream> #include <fstream> -#include <list> #include <map> #include <set> #include <list> |