* \ingroup spoutliner
*/
+/* TODO - HEADER CLEANUP - many of these are copy-pasted */
+
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BLI_math_base.h"
-#if defined WIN32 && !defined _LIBC
-# include "BLI_fnmatch.h" /* use fnmatch included in blenlib */
-#else
-# ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-# endif
-# include <fnmatch.h>
-#endif
-
#include "BLF_translation.h"
#include "BKE_animsys.h"
* \ingroup spoutliner
*/
+/* TODO - HEADER CLEANUP - many of these are copy-pasted */
+
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BLI_math_base.h"
-#if defined WIN32 && !defined _LIBC
-# include "BLI_fnmatch.h" /* use fnmatch included in blenlib */
-#else
-# ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-# endif
-# include <fnmatch.h>
-#endif
-
-
#include "BKE_animsys.h"
#include "BKE_context.h"
#include "BKE_deform.h"
* \ingroup spoutliner
*/
+/* TODO - HEADER CLEANUP - many of these are copy-pasted */
+
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BLI_math_base.h"
-#if defined WIN32 && !defined _LIBC
-# include "BLI_fnmatch.h" /* use fnmatch included in blenlib */
-#else
-# ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-# endif
-# include <fnmatch.h>
-#endif
-
-
#include "BKE_animsys.h"
#include "BKE_context.h"
#include "BKE_deform.h"
#include <stdlib.h>
#include <stddef.h>
+#if defined WIN32 && !defined _LIBC || defined __sun
+# include "BLI_fnmatch.h" /* use fnmatch included in blenlib */
+#else
+# ifndef _GNU_SOURCE
+# define _GNU_SOURCE
+# endif
+# include <fnmatch.h>
+#endif
+
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"
#include "BLI_utildefines.h"
#include "BLI_math_base.h"
-#if defined WIN32 && !defined _LIBC || defined __sun
-# include "BLI_fnmatch.h" /* use fnmatch included in blenlib */
-#else
-# ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-# endif
-# include <fnmatch.h>
-#endif
-
-
#include "BKE_animsys.h"
#include "BKE_context.h"
#include "BKE_deform.h"