fix duplicate include guards in precompiled headers

This commit is contained in:
Markus Reitböck
2025-09-21 21:23:07 +02:00
parent c1be416c7f
commit c3805ecf4a
27 changed files with 58 additions and 59 deletions

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef __PRECOMPILED__
#define __PRECOMPILED__
#ifndef SKETCHER_APP_PRECOMPILED_H
#define SKETCHER_APP_PRECOMPILED_H
#include <FCConfig.h>

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef __PRECOMPILED_GUI__
#define __PRECOMPILED_GUI__
#ifndef SKETCHER_GUI_PRECOMPILED_H
#define SKETCHER_GUI_PRECOMPILED_H
#include <FCConfig.h>
@@ -69,4 +69,4 @@
// all of Inventor
#include <Gui/InventorAll.h>
#endif // __PRECOMPILED_GUI__
#endif // SKETCHER_GUI_PRECOMPILED_H