From db094c2e60176b3c63ce788159b04a7024ad1010 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 00:35:05 -0800 Subject: target: don't implicitly include "algorithm.h" Most files in the tree seem to have ended up including this, and *quite* needlessly ... only code implementing or using downloadable algorithms actually needs these declarations. So take it out of the header files which included it, and put it in files which use it ... reduce needless interdependencies. Also: "algorithm.h" doesn't need to include "types.h" again; it already comes from a different header. Signed-off-by: David Brownell --- src/target/algorithm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/target/algorithm.h') diff --git a/src/target/algorithm.h b/src/target/algorithm.h index 80f081db..abb8ecfc 100644 --- a/src/target/algorithm.h +++ b/src/target/algorithm.h @@ -20,8 +20,6 @@ #ifndef ALGORITHM_H #define ALGORITHM_H -#include "types.h" - enum param_direction { PARAM_IN, -- cgit v1.2.3