Cleanup: tweak Freestyle #includes in preparation for clang-format sorting

This commit is contained in:
2020-03-06 16:45:16 +01:00
parent 96e2bd8493
commit 85424397b1
38 changed files with 78 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
* \brief Classes to define a View Map (ViewVertex, ViewEdge, etc.)
*/
/* clang-format off */
#include <float.h>
#include "ViewMap.h"
@@ -26,6 +27,7 @@
#include "ViewMapAdvancedIterators.h"
#include "../geometry/GeomUtils.h"
/* clang-format on */
namespace Freestyle {