Fix redundant declarations after recent changes in GPU debug
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_system.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
|
||||
#include "GPU_glew.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
* \ingroup gpu
|
||||
*/
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_sys_types.h"
|
||||
#include "BLI_system.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user