1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +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

@ -4,8 +4,7 @@
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#ifndef QueryTeleService_H
#define QueryTeleService_H
#pragma once
#include <thrift/TDispatchProcessor.h>
#include "querytele_types.h"
@ -499,4 +498,3 @@ public:
} // namespace
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef QUERYSTEPPARMS_H__
#define QUERYSTEPPARMS_H__
#pragma once
#include "telestats.h"
@ -39,5 +38,4 @@ private:
}
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef QUERYTELE_H__
#define QUERYTELE_H__
#pragma once
#include "queryteleclient.h"
#include "queryteleserverparms.h"
@ -27,5 +26,4 @@ namespace querytele
{
}
#endif

View File

@ -4,8 +4,7 @@
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#ifndef querytele_CONSTANTS_H
#define querytele_CONSTANTS_H
#pragma once
#include "querytele_types.h"
@ -23,4 +22,3 @@ extern const queryteleConstants g_querytele_constants;
} // namespace
#endif

View File

@ -4,8 +4,7 @@
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#ifndef querytele_TYPES_H
#define querytele_TYPES_H
#pragma once
#include <thrift/Thrift.h>
#include <thrift/TApplicationException.h>
@ -839,4 +838,3 @@ void swap(ImportTele& a, ImportTele& b);
} // namespace
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef QUERYTELECLIENT_H__
#define QUERYTELECLIENT_H__
#pragma once
#include <unistd.h>
#include <stdint.h>
@ -90,5 +89,4 @@ private:
#undef EXPORT
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef QUERYTELEPROTO_IMPL_H__
#define QUERYTELEPROTO_IMPL_H__
#pragma once
#include "queryteleserverparms.h"
@ -47,5 +46,4 @@ private:
}
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef QUERYTELESERVERPARMS_H__
#define QUERYTELESERVERPARMS_H__
#pragma once
#include <string>
@ -41,5 +40,4 @@ private:
}
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef TELESTATS_H__
#define TELESTATS_H__
#pragma once
#include <unistd.h>
#include <stdint.h>
@ -194,5 +193,4 @@ struct ImportTeleStats
}
#endif