mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024975: Improve of preprocessor directives in header files to be equal to the file name
Preprocessor directives were changed or created by function "check_headers" from script adm/upgrade.tcl (CR24816)
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _Image_AlienPixMap_H__
|
||||
#define _Image_AlienPixMap_H__
|
||||
#ifndef Image_AlienPixMap_HeaderFile
|
||||
#define Image_AlienPixMap_HeaderFile
|
||||
|
||||
#include <Image_PixMap.hxx>
|
||||
|
||||
|
@@ -13,8 +13,8 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _Image_Color_H__
|
||||
#define _Image_Color_H__
|
||||
#ifndef Image_Color_HeaderFile
|
||||
#define Image_Color_HeaderFile
|
||||
|
||||
#include <Standard.hxx>
|
||||
|
||||
|
@@ -13,8 +13,8 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _Image_Diff_H__
|
||||
#define _Image_Diff_H__
|
||||
#ifndef Image_Diff_HeaderFile
|
||||
#define Image_Diff_HeaderFile
|
||||
|
||||
#include <Image_PixMap.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
@@ -13,8 +13,8 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _Image_PixMap_H__
|
||||
#define _Image_PixMap_H__
|
||||
#ifndef Image_PixMap_HeaderFile
|
||||
#define Image_PixMap_HeaderFile
|
||||
|
||||
#include <Image_CompressedFormat.hxx>
|
||||
#include <Image_PixMapData.hxx>
|
||||
|
@@ -13,8 +13,8 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _Image_PixMapData_H__
|
||||
#define _Image_PixMapData_H__
|
||||
#ifndef Image_PixMapData_HeaderFile
|
||||
#define Image_PixMapData_HeaderFile
|
||||
|
||||
#include <Image_Color.hxx>
|
||||
#include <NCollection_Buffer.hxx>
|
||||
|
Reference in New Issue
Block a user