Cleanup: add 2d suffix to BLI files

Some of these API's can have 3D versions, explicitly name them 2D.
This commit is contained in:
Campbell Barton
2018-02-18 21:27:33 +11:00
parent fee4b646c4
commit deacb3d6b8
53 changed files with 102 additions and 100 deletions

View File

@@ -34,8 +34,8 @@
#ifndef MATH_STANDALONE /* define when building outside blender */
# include "MEM_guardedalloc.h"
# include "BLI_blenlib.h"
# include "BLI_boxpack2d.h"
# include "BLI_convexhull2d.h"
# include "BLI_boxpack_2d.h"
# include "BLI_convexhull_2d.h"
# include "BKE_displist.h"
# include "BKE_curve.h"
#endif