From 142e74e8e61112237b139f6f28a3d23acf6bbad1 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Fri, 20 May 2016 15:14:20 +1000 Subject: [PATCH] fdr: teddy.h does not need to include hwlm.h --- src/fdr/teddy.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fdr/teddy.h b/src/fdr/teddy.h index e1ee90ea..f3902723 100644 --- a/src/fdr/teddy.h +++ b/src/fdr/teddy.h @@ -33,8 +33,6 @@ #ifndef TEDDY_H_ #define TEDDY_H_ -#include "hwlm/hwlm.h" - struct FDR; // forward declaration from fdr_internal.h struct FDR_Runtime_Args;