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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-12 17:43:21 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-12 17:43:21 +0400
commit3a8c7be9e4740c5627c9e49eb50c3687a959d7e6 (patch)
tree2f6761091e091e914d258d0c7bbdfd6d4e1a8839 /source/blender/blenfont/BLF_api.h
parentb99f7af35725255cafffb03555e8eb21e326797e (diff)
code clear, insert blf_gettext.c to blf.c
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 6f6003fa670..837ca814fbf 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -34,7 +34,6 @@
#ifndef BLF_API_H
#define BLF_API_H
-#include <stdlib.h>
struct rctf;
int BLF_init(int points, int dpi);