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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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