summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-05-01 22:59:44 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-05-11 19:54:47 +0200
commit8d0d3cb6f5528811fabde7e08c876723febe0a0d (patch)
tree3fb6631fb14a776e3e90469c16aee84414a39b5d
parent17affb8085b408d7b135adfe4972a7057e12d7fd (diff)
downloadrockbox-8d0d3cb6f5528811fabde7e08c876723febe0a0d.tar.gz
rockbox-8d0d3cb6f5528811fabde7e08c876723febe0a0d.zip
qeditor: fix include
Change-Id: Ie6013be29729267294c13fd4e86edad3904aa114
-rw-r--r--utils/regtools/qeditor/backend.h2
1 files changed, 1 insertions, 1 deletions
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
{