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/makesdna/DNA_vec_types.h')
-rw-r--r--source/blender/makesdna/DNA_vec_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_vec_types.h b/source/blender/makesdna/DNA_vec_types.h
index ce7e10d7b86..9ae72b1c641 100644
--- a/source/blender/makesdna/DNA_vec_types.h
+++ b/source/blender/makesdna/DNA_vec_types.h
@@ -36,12 +36,7 @@
#ifndef DNA_VEC_TYPES_H
#define DNA_VEC_TYPES_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* types */
-
typedef struct vec2s {
short x, y;
} vec2s;