diff options
author | Vitaliy Ivanov <vitalivanov@gmail.com> | 2011-06-20 16:08:07 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-20 16:08:19 +0200 |
commit | e44ba033c5654dbfda53461c9b1f7dd9bd1d198f (patch) | |
tree | 92654523983a855e466a332e104c0e51550a642d /drivers/target/tcm_fc/tfc_cmd.c | |
parent | 1816315b10862277a961a70ec394b6607983041d (diff) |
treewide: remove duplicate includes
Many stupid corrections of duplicated includes based on the output of
scripts/checkincludes.pl.
Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/target/tcm_fc/tfc_cmd.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_cmd.c b/drivers/target/tcm_fc/tfc_cmd.c index c056a1132ae1..7c22062ad621 100644 --- a/drivers/target/tcm_fc/tfc_cmd.c +++ b/drivers/target/tcm_fc/tfc_cmd.c @@ -45,7 +45,6 @@ #include <target/target_core_device.h> #include <target/target_core_tpg.h> #include <target/target_core_configfs.h> -#include <target/target_core_base.h> #include <target/target_core_tmr.h> #include <target/configfs_macros.h> |