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