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:
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef ALTERTABLEPROCESSOR_H
|
||||
#define ALTERTABLEPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -159,4 +158,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif //ALTERTABLEPROCESSOR_H
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef CREATEINDEXPROCESSOR_H
|
||||
#define CREATEINDEXPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
#include "ddlpkg.h"
|
||||
@ -51,4 +50,3 @@ private:
|
||||
};
|
||||
|
||||
} //namespace ddlpackageprocessor
|
||||
#endif //CREATEINDEXPROCESSOR_H
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef CREATETABLEPROCESSOR_H
|
||||
#define CREATETABLEPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -61,4 +60,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // CREATETABLEPROCESSOR_H
|
||||
|
@ -23,8 +23,7 @@
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
|
||||
#ifndef DDLPACKAGEPROCESSOR_H
|
||||
#define DDLPACKAGEPROCESSOR_H
|
||||
#pragma once
|
||||
#include <unistd.h>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
@ -879,6 +878,5 @@ bool from_string(T& t,
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif //DDLPACKAGEPROCESSOR_H
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef DDLPACKAGEPROCESSORFACTORY_H
|
||||
#define DDLPACKAGEPROCESSORFACTORY_H
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "ddlpkg.h"
|
||||
#include "ddlpackageprocessor.h"
|
||||
@ -53,5 +52,4 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
#endif //DDLPACKAGEPROCESSORFACTORY_H
|
||||
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef DROPINDEXPROCESSOR_H
|
||||
#define DROPINDEXPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -48,4 +47,3 @@ private:
|
||||
};
|
||||
|
||||
} //namespace ddlpackageprocessor
|
||||
#endif //DROPINDEXPROCESSOR_H
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef DROPPARTITIONEPROCESSOR_H
|
||||
#define DROPPARTITIONEPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -57,4 +56,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif //DROPPARTITIONEPROCESSOR_H
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef DROPTABLEPROCESSOR_H
|
||||
#define DROPTABLEPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -78,4 +77,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif //DROPTABLEPROCESSOR_H
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef MARKPARTITIONPROCESSOR_H
|
||||
#define MARKPARTITIONPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -60,4 +59,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // MARKPARTITIONPROCESSOR_H
|
||||
|
@ -21,8 +21,7 @@
|
||||
*
|
||||
***********************************************************************/
|
||||
/** @file */
|
||||
#ifndef RESTOREPARTITIONEPROCESSOR_H
|
||||
#define RESTOREPARTITIONEPROCESSOR_H
|
||||
#pragma once
|
||||
|
||||
#include "ddlpackageprocessor.h"
|
||||
|
||||
@ -57,4 +56,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif //RESTOREPARTITIONEPROCESSOR_H
|
||||
|
Reference in New Issue
Block a user