code cleanup: remove commented includes - mostly from 2.4x

This commit is contained in:
Campbell Barton 2012-07-18 23:07:07 +00:00
parent d0e892a728
commit 250cdd5e52
16 changed files with 16 additions and 94 deletions

@ -29,7 +29,6 @@
* \ingroup bke
*/
#include <stddef.h>
#include <math.h>
@ -98,8 +97,6 @@
#include <string.h>
#endif // WITH_MOD_FLUID
//XXX #include "BIF_screen.h"
EffectorWeights *BKE_add_effector_weights(Group *group)
{
EffectorWeights *weights = MEM_callocN(sizeof(EffectorWeights), "EffectorWeights");

@ -29,8 +29,6 @@
* \ingroup bke
*/
#include <stdio.h>
#include <string.h>
#include <math.h>
@ -65,7 +63,6 @@
#include "BKE_deform.h"
//XXX #include "BIF_editdeform.h"
void calc_lat_fudu(int flag, int res, float *fu, float *du)
{

@ -79,8 +79,7 @@ variables on the UI for now
#include "BKE_pointcache.h"
#include "BKE_deform.h"
#include "BKE_mesh.h"
//XXX #include "BIF_editdeform.h"
//XXX #include "BIF_graphics.h"
#include "PIL_time.h"
// #include "ONL_opennl.h" remove linking to ONL for now

@ -52,11 +52,8 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
//XXX #include "BIF_toolbox.h"
#include "BKE_font.h"
#include "DNA_vfont_types.h"
#include "DNA_packedFile_types.h"
#include "DNA_curve_types.h"

@ -95,7 +95,9 @@ void ** g_highlightedNodesRead;
} \
} \
}
void COM_startReadHighlights() {
void COM_startReadHighlights()
{
if (g_highlightedNodesRead) {
delete [] g_highlightedNodesRead;
}
@ -108,7 +110,8 @@ void COM_startReadHighlights() {
}
}
int COM_isHighlightedbNode(bNode* bnode) {
int COM_isHighlightedbNode(bNode* bnode)
{
if (!g_highlightedNodesRead) return false;
for (int i = 0 ; i < MAX_HIGHLIGHT; i++) {
void* p = g_highlightedNodesRead[i];

@ -25,7 +25,6 @@
* \ingroup edarmature
*/
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@ -49,8 +48,6 @@
#include "BLI_rand.h"
#include "BLI_threads.h"
//#include "BDR_editobject.h"
#include "BKE_constraint.h"
#include "BKE_armature.h"
#include "BKE_context.h"
@ -60,10 +57,7 @@
#include "BIF_retarget.h"
//#include "mydevice.h"
#include "reeb.h" // FIX ME
//#include "blendef.h"
#include "reeb.h" /* FIX ME */
#include "armature_intern.h"

@ -22,7 +22,6 @@
* \ingroup edarmature
*/
#include <string.h>
#include <math.h>
#include <float.h>
@ -49,27 +48,18 @@
#include "ED_screen.h"
#include "BIF_gl.h"
//#include "BIF_screen.h"
//#include "BIF_space.h"
//#include "BIF_mywindow.h"
#include "ED_armature.h"
#include "armature_intern.h"
//#include "BIF_sketch.h"
#include "BIF_retarget.h"
#include "BIF_generate.h"
//#include "BIF_interface.h"
#include "ED_transform.h"
#include "WM_api.h"
#include "WM_types.h"
//#include "blendef.h"
//#include "mydevice.h"
#include "reeb.h"
typedef int (*GestureDetectFct)(bContext *, SK_Gesture *, SK_Sketch *);
typedef void (*GestureApplyFct)(bContext *, SK_Gesture *, SK_Sketch *);

@ -24,11 +24,10 @@
* \ingroup edarmature
*/
#include <math.h>
#include <string.h> // for memcpy
#include <string.h> /* for memcpy */
#include <stdio.h>
#include <stdlib.h> // for qsort
#include <stdlib.h> /* for qsort */
#include <float.h>
#include "DNA_scene_types.h"
@ -45,16 +44,8 @@
#include "BLI_ghash.h"
#include "BLI_heap.h"
//#include "BDR_editobject.h"
//#include "BIF_interface.h"
//#include "BIF_toolbox.h"
//#include "BIF_graphics.h"
#include "BKE_mesh.h"
//#include "blendef.h"
#include "ONL_opennl.h"
#include "reeb.h"

@ -29,7 +29,6 @@
* \ingroup edtransform
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@ -90,10 +89,6 @@
#include "UI_resources.h"
//#include "blendef.h"
//
//#include "mydevice.h"
#include "transform.h"
#include <stdio.h>

@ -53,7 +53,6 @@
#include "BKE_context.h"
#include "ED_image.h"
#include "ED_view3d.h"
@ -61,13 +60,8 @@
#include "BLI_utildefines.h"
#include "BLI_string.h"
//#include "blendef.h"
//
//#include "mydevice.h"
#include "UI_resources.h"
#include "transform.h"
static void drawObjectConstraint(TransInfo *t);

@ -29,13 +29,12 @@
* \ingroup edtransform
*/
#include <string.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "BLO_sys_types.h" // for intptr_t support
#include "BLO_sys_types.h" /* for intptr_t support */
#include "DNA_anim_types.h"
#include "DNA_armature_types.h"
@ -58,14 +57,8 @@
#include "RNA_access.h"
//#include "BIF_screen.h"
//#include "BIF_mywindow.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
//#include "BIF_editmesh.h"
//#include "BIF_editsima.h"
//#include "BIF_editparticle.h"
//#include "BIF_meshtools.h"
#include "BKE_animsys.h"
#include "BKE_action.h"
@ -96,17 +89,11 @@
#include "ED_clip.h"
#include "ED_screen.h"
//#include "BDR_unwrapper.h"
#include "WM_types.h"
#include "WM_api.h"
#include "UI_resources.h"
//#include "blendef.h"
//
//#include "mydevice.h"
#include "transform.h"
/* ************************** Functions *************************** */

@ -50,11 +50,6 @@
#include "BLF_translation.h"
//#include "BIF_editmesh.h"
//#include "BIF_interface.h"
//#include "BIF_space.h"
//#include "BIF_toolbox.h"
#include "ED_armature.h"
#include "ED_mesh.h"

@ -29,7 +29,6 @@
* \ingroup edtransform
*/
#include <stdlib.h>
#include <math.h>
#include <float.h>
@ -41,7 +40,7 @@
#include "DNA_scene_types.h"
#include "DNA_object_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h" // Temporary, for snapping to other unselected meshes
#include "DNA_meshdata_types.h" /* Temporary, for snapping to other unselected meshes */
#include "DNA_node_types.h"
#include "DNA_space_types.h"
#include "DNA_screen_types.h"
@ -54,16 +53,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
//#include "BDR_drawobject.h"
//
//#include "editmesh.h"
//#include "BIF_editsima.h"
#include "BIF_gl.h"
//#include "BIF_mywindow.h"
//#include "BIF_screen.h"
//#include "BIF_editsima.h"
//#include "BIF_drawimage.h"
//#include "BIF_editmesh.h"
#include "BKE_DerivedMesh.h"
#include "BKE_object.h"
@ -88,8 +78,6 @@
#include "transform.h"
//#include "blendef.h" /* for selection modes */
#define USE_BVH_FACE_SNAP
/********************* PROTOTYPES ***********************/

@ -27,7 +27,6 @@
* \ingroup render
*/
#include <math.h>
#include <stdlib.h>
#include <stdio.h>

@ -27,8 +27,6 @@
* \ingroup render
*/
/* Global includes */
#include <math.h>

@ -28,7 +28,6 @@
* \ingroup wm
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@ -63,7 +62,6 @@
#include "BKE_tracking.h" /* free tracking clipboard */
#include "BLI_listbase.h"
// #include "BLI_scanfill.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"