X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Falgorithm.c;h=9fc9386048fc3bc6430ebe9553bdbd6217775703;hb=c26bbf7a1b2a11e9cc369536332bff2faa223da8;hp=76cf48bc589ffec25651ea9d56017518ae3d609a;hpb=a94748ec6da9bdc6e25a7f73bbea723b8b55fa33;p=openocd.git diff --git a/src/target/algorithm.c b/src/target/algorithm.c index 76cf48bc58..9fc9386048 100644 --- a/src/target/algorithm.c +++ b/src/target/algorithm.c @@ -13,17 +13,15 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "algorithm.h" -#include "binarybuffer.h" - +#include void init_mem_param(struct mem_param *param, uint32_t address, uint32_t size, enum param_direction direction) {