Cleanup: make format after SortedIncludes change
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
#include "openvdb_level_set.h"
|
||||
#include "openvdb_util.h"
|
||||
#include "openvdb_capi.h"
|
||||
#include "MEM_guardedalloc.h"
|
||||
#include "openvdb/tools/Composite.h"
|
||||
#include "openvdb_capi.h"
|
||||
#include "openvdb_util.h"
|
||||
|
||||
OpenVDBLevelSet::OpenVDBLevelSet()
|
||||
{
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
#ifndef __OPENVDB_LEVEL_SET_H__
|
||||
#define __OPENVDB_LEVEL_SET_H__
|
||||
|
||||
#include <openvdb/openvdb.h>
|
||||
#include "openvdb_capi.h"
|
||||
#include <openvdb/math/FiniteDifference.h>
|
||||
#include <openvdb/openvdb.h>
|
||||
#include <openvdb/tools/GridTransformer.h>
|
||||
#include <openvdb/tools/LevelSetFilter.h>
|
||||
#include <openvdb/tools/MeshToVolume.h>
|
||||
#include <openvdb/tools/VolumeToMesh.h>
|
||||
#include <openvdb/tools/LevelSetFilter.h>
|
||||
#include <openvdb/tools/GridTransformer.h>
|
||||
#include "openvdb_capi.h"
|
||||
|
||||
struct OpenVDBLevelSet {
|
||||
private:
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
#include "openvdb_capi.h"
|
||||
#include "openvdb_dense_convert.h"
|
||||
#include "openvdb_util.h"
|
||||
#include "openvdb_level_set.h"
|
||||
#include "openvdb_transform.h"
|
||||
#include "openvdb_util.h"
|
||||
|
||||
int OpenVDB_getVersionHex()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user