Cleanup: make format after SortedIncludes change
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
# include "MEM_guardedalloc.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include "Projections.h"
|
||||
#include <math.h>
|
||||
|
||||
const int vertmap[8][3] = {
|
||||
{0, 0, 0},
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include "dualcon.h"
|
||||
#include "ModelReader.h"
|
||||
#include "dualcon.h"
|
||||
#include "octree.h"
|
||||
#include <cassert>
|
||||
|
||||
#include <cstdio>
|
||||
#include <float.h>
|
||||
|
||||
@@ -17,18 +17,18 @@
|
||||
#ifndef __OCTREE_H__
|
||||
#define __OCTREE_H__
|
||||
|
||||
#include "GeoCommon.h"
|
||||
#include "MemoryAllocator.h"
|
||||
#include "ModelReader.h"
|
||||
#include "Projections.h"
|
||||
#include "Queue.h"
|
||||
#include "cubes.h"
|
||||
#include "dualcon.h"
|
||||
#include "manifold_table.h"
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "GeoCommon.h"
|
||||
#include "Projections.h"
|
||||
#include "ModelReader.h"
|
||||
#include "MemoryAllocator.h"
|
||||
#include "cubes.h"
|
||||
#include "Queue.h"
|
||||
#include "manifold_table.h"
|
||||
#include "dualcon.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
* Main class and structures for scan-convertion, sign-generation,
|
||||
|
||||
Reference in New Issue
Block a user