Remove dangling include

This commit is contained in:
Joseph Eagar 2021-10-04 12:20:32 -07:00
parent 8435b4334d
commit e46e95bb1f
2 changed files with 1 additions and 2 deletions

View File

@ -292,7 +292,7 @@ typedef struct BMFlagLayer {
struct RangeTreeUInt;
//#define WITH_BM_ID_FREELIST
#define WITH_BM_ID_FREELIST
typedef struct BMesh {
int totvert, totedge, totloop, totface;

View File

@ -255,7 +255,6 @@ void gmp_blender_init_allocator()
* - run #WM_main() event loop,
* or exit immediately when running in background-mode.
*/
#include "direct.h"
int main(int argc,
#ifdef WIN32