Cleanup: move BKE_global include under ifdef's

This commit is contained in:
2018-04-02 14:19:44 +02:00
parent 44efbef41e
commit b186592b21
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,6 @@
#include "BLI_path_util.h"
#include "MEM_guardedalloc.h"
#include "BKE_global.h"
#ifdef WITH_AVI
# include "AVI_avi.h"
@@ -83,6 +82,8 @@
#include "IMB_indexer.h"
#ifdef WITH_FFMPEG
# include "BKE_global.h" /* ENDIAN_ORDER */
# include <libavformat/avformat.h>
# include <libavcodec/avcodec.h>
# include <libavutil/rational.h>

View File

@@ -43,8 +43,6 @@
#include "BLI_fileops.h"
#include "BLI_string.h"
#include "BKE_global.h"
#include "imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
@@ -53,6 +51,7 @@
#include "IMB_anim.h"
#ifdef WITH_FFMPEG
#include "BKE_global.h" /* G.debug */
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavdevice/avdevice.h>