1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +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

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION corr returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_corr
#define HEADER_corr
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_corr.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION covar_pop returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_covar_pop
#define HEADER_covar_pop
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_covar_pop.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION covar_samp returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_covar_samp
#define HEADER_covar_samp
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_covar_samp.h

View File

@@ -34,8 +34,7 @@
* 1) closest to AVG
* 2) smallest value
*/
#ifndef HEADER_moda
#define HEADER_moda
#pragma once
#include <cstdlib>
#include <string>
@@ -282,5 +281,4 @@ protected:
#undef EXPORT
#endif // HEADER_mode.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_avgx returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_avgx
#define HEADER_regr_avgx
#pragma once
#include <cstdlib>
#include <string>
@@ -92,5 +91,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_avgx.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_avgy returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_avgy
#define HEADER_regr_avgy
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_avgy.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_count returns INTEGER soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_count
#define HEADER_regr_count
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_count.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_intercept returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_intercept
#define HEADER_regr_intercept
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_intercept.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_r2 returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_r2
#define HEADER_regr_r2
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_r2.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_slope returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_slope
#define HEADER_regr_slope
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_slope.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_sxx returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_sxx
#define HEADER_regr_sxx
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_sxx.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_sxy returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_sxy
#define HEADER_regr_sxy
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_sxy.h

View File

@@ -28,8 +28,7 @@
* CREATE AGGREGATE FUNCTION regr_syy returns REAL soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_syy
#define HEADER_regr_syy
#pragma once
#include <cstdlib>
#include <string>
@@ -82,5 +81,4 @@ protected:
#undef EXPORT
#endif // HEADER_regr_syy.h