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:
Diffstat (limited to 'source/blender/editors/object/object_edit.c')
-rw-r--r--source/blender/editors/object/object_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 69e734de8ee..0170e391708 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -24,7 +24,7 @@
#include <ctype.h>
#include <float.h>
#include <math.h>
-#include <stddef.h> //for offsetof
+#include <stddef.h> /* for offsetof */
#include <stdlib.h>
#include <string.h>
#include <time.h>
@@ -114,7 +114,7 @@
#include "WM_toolsystem.h"
#include "WM_types.h"
-#include "object_intern.h" // own include
+#include "object_intern.h" /* own include */
static CLG_LogRef LOG = {"ed.object.edit"};