Fix redundant declarations after recent changes in GPU debug

This commit is contained in:
2016-08-16 14:40:23 +02:00
parent b7d656c3b2
commit a74dab86ee
4 changed files with 2 additions and 7 deletions

View File

@@ -27,11 +27,6 @@
int BLI_cpu_support_sse2(void);
#if defined(NDEBUG) || !defined(__BLI_UTILDEFINES_H__)
#include <stdio.h>
void BLI_system_backtrace(FILE *fp);
#endif
/* getpid */
#ifdef WIN32
# define BLI_SYSTEM_PID_H <process.h>

View File

@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BLI_system.h"
#include "MEM_guardedalloc.h"

View File

@@ -34,8 +34,6 @@
#include "GPU_glew.h"
#include "BLI_utildefines.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -29,6 +29,7 @@
* \ingroup gpu
*/
#include "BLI_utildefines.h"
#include "BLI_sys_types.h"
#include "BLI_system.h"