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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-31 18:41:00 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-31 18:52:07 +0300
commite34587922caae3b83e786096cf3bf9ef82a855ca (patch)
treee77c8053ea21bc8c0c2aa4662575bf6aa7c17fc6 /source/blender/alembic
parent92a3995c6d4487e5bc0735b35fbef5c34b29421a (diff)
Cleanup: remove unused boost code
Diffstat (limited to 'source/blender/alembic')
-rw-r--r--source/blender/alembic/intern/alembic_capi.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/alembic_capi.cc b/source/blender/alembic/intern/alembic_capi.cc
index b502692d0e5..0fd87ff1c40 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -19,7 +19,6 @@
*/
#include "../ABC_alembic.h"
-#include <boost/foreach.hpp>
#include <Alembic/AbcMaterial/IMaterial.h>