From 67646cb02639f42fcb850c672c35dd2e39e218c4 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 27 Sep 2017 10:02:06 +0200 Subject: [PATCH] autotoolsprojectmanager: fix forward declaration Change-Id: If710c026bb40735a4437cce8ca3e7c32c619d202 Reviewed-by: hjk --- src/plugins/autotoolsprojectmanager/autotoolsproject.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/autotoolsprojectmanager/autotoolsproject.h b/src/plugins/autotoolsprojectmanager/autotoolsproject.h index 2183ee92b73..b9016bdcc04 100644 --- a/src/plugins/autotoolsprojectmanager/autotoolsproject.h +++ b/src/plugins/autotoolsprojectmanager/autotoolsproject.h @@ -39,7 +39,6 @@ namespace AutotoolsProjectManager { namespace Internal { class MakefileParserThread; -class AutotoolsTarget; /** * @brief Implementation of the ProjectExplorer::Project interface.