summary refs log tree commit diff stats
path: root/include/qobject/qstring.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/qobject/qstring.h (renamed from include/qapi/qmp/qstring.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/qstring.h b/include/qobject/qstring.h
index 318d815d6a..1e2abe4032 100644
--- a/include/qapi/qmp/qstring.h
+++ b/include/qobject/qstring.h
@@ -13,7 +13,7 @@
 #ifndef QSTRING_H
 #define QSTRING_H
 
-#include "qapi/qmp/qobject.h"
+#include "qobject/qobject.h"
 
 struct QString {
     struct QObjectBase_ base;