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:
authorCampbell Barton <ideasman42@gmail.com>2017-11-19 17:35:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-19 17:47:31 +0300
commit92ea28101725631f8ebe6c6cfd37007175f1af03 (patch)
tree2bb078b2f4f1c72a9e7dace2aa07d8185c8c4a29 /source/blender/freestyle/intern/system
parentd2b03d23647197f933d7afdeb53da35ed074bf94 (diff)
Cleanup: remove BKE_utildefines
This was meant to be used for less general macros but was never used. Rename BKE_BIT_TEST_SET to SET_FLAG_FROM_TEST
Diffstat (limited to 'source/blender/freestyle/intern/system')
-rw-r--r--source/blender/freestyle/intern/system/StringUtils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/system/StringUtils.h b/source/blender/freestyle/intern/system/StringUtils.h
index e11798762e4..10748c45c19 100644
--- a/source/blender/freestyle/intern/system/StringUtils.h
+++ b/source/blender/freestyle/intern/system/StringUtils.h
@@ -35,7 +35,6 @@
#include <vector>
extern "C" {
-#include "BKE_utildefines.h"
#include "BLI_string.h"
#include "BLI_path_util.h"
}