You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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_
|
||||
|
@ -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_
|
||||
|
@ -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_
|
||||
|
Reference in New Issue
Block a user