Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same file names with ED_object's one.

This commit is contained in:
2015-01-12 12:03:28 +01:00
parent 47e47e6760
commit a3bfaa481f
7 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
#include "DNA_object_types.h"
#include "BKE_customdata.h"
#include "BKE_object_data_transfer.h"
#include "BKE_data_transfer.h"
#include "BKE_DerivedMesh.h"
#include "BKE_library.h"
#include "BKE_mesh_mapping.h"