diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-07 10:21:33 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-07 10:21:33 +0800 |
commit | 0a94e177d28a1257dbe9cd4b8ff3c97fba3dfd46 (patch) | |
tree | 18bd39ef6f9e98396c99dfe28d593dbb8614d1c3 /qicclient | |
parent | 9fef837e6275697f4562f60c2546c5e025ec5435 (diff) |
Make a header inclusion more correct
Diffstat (limited to 'qicclient')
-rw-r--r-- | qicclient/catalog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index d539149..38e257a 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -2,7 +2,7 @@ #define QICCLIENT_CATALOG_HXX #include <QAbstractListModel> -#include <qicclient/product.hxx> +#include "product.hxx" struct icclient_catalog; |