Fix clang-format differences between version 6 and 9

Version 6 does not appear to respect clang-format off for header sorting.
This commit is contained in:
2020-04-21 12:39:12 +02:00
parent c73d6162be
commit 5fed9ac9b5
41 changed files with 88 additions and 152 deletions

View File

@@ -19,18 +19,16 @@
* \brief Class gathering stroke creation algorithms
*/
/* clang-format off */
#include <algorithm>
#include <stdexcept>
#include "Operators.h"
#include "Canvas.h"
#include "CurveIterators.h"
#include "Operators.h"
#include "Stroke.h"
#include "StrokeIterators.h"
#include "CurveIterators.h"
#include "BKE_global.h"
/* clang-format on */
namespace Freestyle {