* silence a warning

This commit is contained in:
Nathan Letwory
2008-12-04 20:34:37 +00:00
parent b087c8adf2
commit e4a8a39f9d

View File

@@ -46,6 +46,8 @@
/* for sequence */
//XXX #include "BSE_sequence.h"
//XXX define below from BSE_sequence.h - otherwise potentially odd behaviour
#define SEQ_HAS_PATH(seq) (seq->type==SEQ_MOVIE || seq->type==SEQ_HD_SOUND || seq->type==SEQ_RAM_SOUND || seq->type==SEQ_IMAGE)
/* for writing to a textblock */
#include "BKE_text.h"