fix duplicate include guards in precompiled headers
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef APP_PRECOMPILED_H
|
||||
#define APP_PRECOMPILED_H
|
||||
#ifndef SANDBOX_APP_PRECOMPILED_H
|
||||
#define SANDBOX_APP_PRECOMPILED_H
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_PRECOMPILED_H
|
||||
#define GUI_PRECOMPILED_H
|
||||
#ifndef SANDBOX_GUI_PRECOMPILED_H
|
||||
#define SANDBOX_GUI_PRECOMPILED_H
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user