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 APP_PRECOMPILED_H
#define APP_PRECOMPILED_H
#ifndef PATH_SIMULATOR_APP_PRECOMPILED_H
#define PATH_SIMULATOR_APP_PRECOMPILED_H
#include <FCConfig.h>

View File

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

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef APP_PRECOMPILED_H
#define APP_PRECOMPILED_H
#ifndef CLOUD_APP_PRECOMPILED_H
#define CLOUD_APP_PRECOMPILED_H
#include <FCConfig.h>

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef GUI_PRECOMPILED_H
#define GUI_PRECOMPILED_H
#ifndef CLOUD_GUI_PRECOMPILED_H
#define CLOUD_GUI_PRECOMPILED_H
#include <FCConfig.h>

View File

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

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef __PRECOMPILED_GUI__
#define __PRECOMPILED_GUI__
#ifndef IMPORT_GUI_PRECOMPILED_H
#define IMPORT_GUI_PRECOMPILED_H
#include <FCConfig.h>

View File

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

View File

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

View File

@@ -3,9 +3,8 @@
* LGPL *
***************************************************************************/
#ifndef __PRECOMPILED__
#define __PRECOMPILED__
#ifndef JTREADER_APP_PRECOMPILED_H
#define JTREADER_APP_PRECOMPILED_H
#include <FCConfig.h>

View File

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

View File

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

View File

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

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef __PRECOMPILED_GUI__
#define __PRECOMPILED_GUI__
#ifndef PART_DESIGN_PRECOMPILED_H
#define PART_DESIGN_PRECOMPILED_H
#include <FCConfig.h>
@@ -58,4 +58,4 @@
# include <Gui/InventorAll.h>
#endif // _PreComp_
#endif // __PRECOMPILED_GUI__
#endif // PART_DESIGN_PRECOMPILED_H

View File

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

View File

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

View File

@@ -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>

View File

@@ -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>

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

View File

@@ -21,8 +21,8 @@
* *
***************************************************************************/
#ifndef SPREADSHEET_PRECOMPILED_H
#define SPREADSHEET_PRECOMPILED_H
#ifndef SPREADSHEET_APP_PRECOMPILED_H
#define SPREADSHEET_APP_PRECOMPILED_H
#include <FCConfig.h>
@@ -46,4 +46,4 @@
// Qt
#include <QLocale>
#endif // SPREADSHEET_PRECOMPILED_H
#endif // SPREADSHEET_APP_PRECOMPILED_H

View File

@@ -21,8 +21,8 @@
* *
***************************************************************************/
#ifndef SPREADSHEET_PRECOMPILED_H
#define SPREADSHEET_PRECOMPILED_H
#ifndef SPREADSHEET_GUI_PRECOMPILED_H
#define SPREADSHEET_GUI_PRECOMPILED_H
#include <FCConfig.h>
@@ -40,4 +40,4 @@
// Qt Toolkit
#include <Gui/QtAll.h>
#endif // SPREADSHEET_PRECOMPILED_H
#endif // SPREADSHEET_GUI_PRECOMPILED_H

View File

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

View File

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

View File

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

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef APP_PRECOMPILED_H
#define APP_PRECOMPILED_H
#ifndef TEMPLATE_APP_PRECOMPILED_H
#define TEMPLATE_APP_PRECOMPILED_H
#include <FCConfig.h>

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef GUI_PRECOMPILED_H
#define GUI_PRECOMPILED_H
#ifndef TEMPLATE_GUI_PRECOMPILED_H
#define TEMPLATE_GUI_PRECOMPILED_H
#include <FCConfig.h>

View File

@@ -1,5 +1,5 @@
#ifndef __PRECOMPILED__
#define __PRECOMPILED__
#ifndef QT_CXX_PRECOMPILED_H
#define QT_CXX_PRECOMPILED_H
#ifdef FC_OS_WIN32
// cmake generates this define