Cleanup: OCIO: Remove extern "C" around blender headers

This commit is contained in:
Clément Foucault 2020-07-30 19:48:05 +02:00
parent 7cd2c1fd2e
commit de097b28cc
1 changed files with 0 additions and 2 deletions

View File

@ -45,10 +45,8 @@
# pragma warning(pop)
#endif
extern "C" {
#include "GPU_immediate.h"
#include "GPU_shader.h"
}
using namespace OCIO_NAMESPACE;