1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

replace header guards with #pragma once

This commit is contained in:
Leonid Fedorov
2021-12-14 20:06:05 +03:00
parent ab449ebcc0
commit 01f3ceb437
638 changed files with 638 additions and 1914 deletions

View File

@ -20,8 +20,7 @@
*
***********************************************************************/
/** @file */
#ifndef _WE_XMLGENDATA_H_
#define _WE_XMLGENDATA_H_
#pragma once
#include <iosfwd>
#include <string>
@ -120,4 +119,3 @@ private:
#undef EXPORT
#endif

View File

@ -20,8 +20,7 @@
*
***********************************************************************/
/** @file */
#ifndef WE_XMLGENPROC_H
#define WE_XMLGENPROC_H
#pragma once
#include <libxml/parser.h>
#include <libxml/xmlwriter.h>
@ -138,4 +137,3 @@ private:
#undef EXPORT
#endif

View File

@ -21,8 +21,7 @@
*******************************************************************************/
/** @file */
#ifndef _WE_XMLJOB_H_
#define _WE_XMLJOB_H_
#pragma once
#include <iostream>
#include <string>
@ -169,4 +168,3 @@ private:
#undef EXPORT
#endif // _WE_XMLJOB_H_

View File

@ -21,8 +21,7 @@
*******************************************************************************/
/** @file */
#ifndef _WE_XMLOP_H_
#define _WE_XMLOP_H_
#pragma once
#include "we_xmltag.h"
#include "we_type.h"
@ -116,4 +115,3 @@ private:
} //end of namespace
#endif // _WE_XMLOP_H_

View File

@ -21,8 +21,7 @@
*******************************************************************************/
/** @file */
#ifndef _WE_XMLTAG_H_
#define _WE_XMLTAG_H_
#pragma once
#include <libxml/parser.h>
/** Namespace WriteEngine */
@ -124,4 +123,3 @@ const char xmlTagTable[NUM_OF_XML_TAGS + 1][MAX_XML_TAG_NAME_SIZE] =
};
} //end of namespace
#endif // _WE_XMLTAG_H_