Issue #77 Include style

This commit is contained in:
Mat Sutcliffe
2020-08-19 23:52:28 +01:00
parent ac65dfbaac
commit 2dc86652c2
67 changed files with 122 additions and 126 deletions

View File

@@ -11,9 +11,9 @@
#ifndef BLACKMISC_SEQUENCE_H
#define BLACKMISC_SEQUENCE_H
#include "containerbase.h"
#include "propertyindex.h"
#include "icon.h"
#include "blackmisc/containerbase.h"
#include "blackmisc/propertyindex.h"
#include "blackmisc/icon.h"
#include <QVector>
#include <algorithm>
#include <type_traits>