diff options
| -rw-r--r-- | utils/regtools/qeditor/backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/backend.h b/utils/regtools/qeditor/backend.h index a813f59..b94f481 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 { |