From 8d0d3cb6f5528811fabde7e08c876723febe0a0d Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 1 May 2014 22:59:44 +0200 Subject: qeditor: fix include Change-Id: Ie6013be29729267294c13fd4e86edad3904aa114 --- utils/regtools/qeditor/backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/regtools/qeditor/backend.h b/utils/regtools/qeditor/backend.h index a813f5929f..b94f481b07 100644 --- a/utils/regtools/qeditor/backend.h +++ b/utils/regtools/qeditor/backend.h @@ -9,7 +9,7 @@ #ifdef HAVE_HWSTUB #include "hwstub.h" #endif -#include "soc.h" +#include "soc_desc.hpp" class IoBackend : public QObject { -- cgit v1.2.3