Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-11-11 18:58:24 +0300
committerKent Mein <mein@cs.umn.edu>2004-11-11 18:58:24 +0300
commit29ca2ad98998a9f30be1027652f2068b92410261 (patch)
tree2b9b86ea2ab02059d93006ddc8cfe228da37bc32
parentd673c4a862ae8c8eaf26b3a939e0da7f335ffbf4 (diff)
Added a header to get rid of this:
editmesh_loop.c:305: warning: implicit declaration of function `backdrawview3d' I also removed the config.h stuff from this file, since were not using autoconf Kent
-rw-r--r--source/blender/src/editmesh_loop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/editmesh_loop.c b/source/blender/src/editmesh_loop.c
index f15dc9e5515..c6afd55f6c4 100644
--- a/source/blender/src/editmesh_loop.c
+++ b/source/blender/src/editmesh_loop.c
@@ -40,10 +40,6 @@ editmesh_loop: tools with own drawing subloops, select, knife, subdiv
#include <string.h>
#include <math.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
@@ -81,6 +77,7 @@ editmesh_loop: tools with own drawing subloops, select, knife, subdiv
#include "BSE_view.h"
#include "BSE_edit.h"
+#include "BSE_drawview.h"
#include "BDR_drawobject.h"
#include "BDR_editobject.h"