From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31099 invoked by alias); 2 Jul 2010 10:25:17 -0000 Received: (qmail 31076 invoked by uid 9447); 2 Jul 2010 10:25:17 -0000 Date: Fri, 02 Jul 2010 10:25:00 -0000 Message-ID: <20100702102517.31074.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/commands toolcontext.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00006.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2010-07-02 10:25:16 Modified files: lib/commands : toolcontext.c Log message: remove unneeded header Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/commands/toolcontext.c.diff?cvsroot=lvm2&r1=1.101&r2=1.102 --- LVM2/lib/commands/toolcontext.c 2010/07/02 02:09:57 1.101 +++ LVM2/lib/commands/toolcontext.c 2010/07/02 10:25:16 1.102 @@ -24,7 +24,6 @@ #include "filter-md.h" #include "filter-persistent.h" #include "filter-regex.h" -#include "filter-suspended.h" #include "filter-sysfs.h" #include "label.h" #include "lvm-file.h"