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:
@ -18,8 +18,7 @@
|
||||
// $Id: framebound.h 3932 2013-06-25 16:08:10Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_FRAMEBOUND_H
|
||||
#define UTILS_FRAMEBOUND_H
|
||||
#pragma once
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
@ -153,6 +152,5 @@ extern std::map<int, std::string> colType2String;
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_FRAMEBOUND_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: frameboundrange.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_FRAMEBOUNDRANGE_H
|
||||
#define UTILS_FRAMEBOUNDRANGE_H
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "framebound.h"
|
||||
@ -229,6 +228,5 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_FRAMEBOUNDRANGE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: frameboundrow.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_FRAMEBOUNDROW_H
|
||||
#define UTILS_FRAMEBOUNDROW_H
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "framebound.h"
|
||||
@ -165,6 +164,5 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_FRAMEBOUNDROW_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@ -21,8 +21,7 @@
|
||||
|
||||
/** @file */
|
||||
|
||||
#ifndef IDB_ORDER_BY_H
|
||||
#define IDB_ORDER_BY_H
|
||||
#pragma once
|
||||
|
||||
#include <queue>
|
||||
#include <utility>
|
||||
@ -435,5 +434,4 @@ protected:
|
||||
|
||||
}
|
||||
|
||||
#endif // IDB_ORDER_BY_H
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_count.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_COUNT_H
|
||||
#define UTILS_WF_COUNT_H
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "windowfunctiontype.h"
|
||||
@ -54,7 +53,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_COUNT_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_lead_lag.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_LEAD_LAG_H
|
||||
#define UTILS_WF_LEAD_LAG_H
|
||||
#pragma once
|
||||
|
||||
#include "windowfunctiontype.h"
|
||||
|
||||
@ -59,7 +58,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_LEAD_LAG_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_min_max.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_MIN_MAX_H
|
||||
#define UTILS_WF_MIN_MAX_H
|
||||
#pragma once
|
||||
|
||||
#include "windowfunctiontype.h"
|
||||
|
||||
@ -52,7 +51,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_MIN_MAX_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_nth_value.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_NTH_VALUE_H
|
||||
#define UTILS_WF_NTH_VALUE_H
|
||||
#pragma once
|
||||
|
||||
#include "windowfunctiontype.h"
|
||||
|
||||
@ -57,7 +56,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_NTH_VALUE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_ntile.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_NTILE_H
|
||||
#define UTILS_WF_NTILE_H
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "windowfunctiontype.h"
|
||||
@ -54,7 +53,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_NTILE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_percentile.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_PERCENTILE_H
|
||||
#define UTILS_WF_PERCENTILE_H
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "windowfunctiontype.h"
|
||||
@ -55,7 +54,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_PERCENTILE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_ranking.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_RANKING_H
|
||||
#define UTILS_WF_RANKING_H
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "windowfunctiontype.h"
|
||||
@ -53,7 +52,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_RANKING_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_row_number.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_ROW_NUMBER_H
|
||||
#define UTILS_WF_ROW_NUMBER_H
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "windowfunctiontype.h"
|
||||
@ -52,7 +51,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_ROW_NUMBER_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: wf_stats.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_STATS_H
|
||||
#define UTILS_WF_STATS_H
|
||||
#pragma once
|
||||
|
||||
#include "windowfunctiontype.h"
|
||||
|
||||
@ -54,7 +53,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_STATS_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -19,8 +19,7 @@
|
||||
// $Id: wf_sum_avg.h 3868 2013-06-06 22:13:05Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WF_SUM_AVG_H
|
||||
#define UTILS_WF_SUM_AVG_H
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "windowfunctiontype.h"
|
||||
@ -64,7 +63,6 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_SUM_AVG_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
*************************************************************************************/
|
||||
|
||||
|
||||
#ifndef UTILS_WF_UDAF_H
|
||||
#define UTILS_WF_UDAF_H
|
||||
#pragma once
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <tr1/unordered_map>
|
||||
@ -113,7 +112,6 @@ public:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WF_UDAF_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: windowframe.h 3932 2013-06-25 16:08:10Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WINDOWFRAME_H
|
||||
#define UTILS_WINDOWFRAME_H
|
||||
#pragma once
|
||||
|
||||
#include <utility> // std::pair, std::make_pair
|
||||
#include <boost/shared_ptr.hpp>
|
||||
@ -125,6 +124,5 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WINDOWFRAME_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@ -18,8 +18,7 @@
|
||||
// $Id: windowfunction.h 3932 2013-06-25 16:08:10Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WINDOWFUNCTION_H
|
||||
#define UTILS_WINDOWFUNCTION_H
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
@ -122,6 +121,5 @@ protected:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WINDOWFUNCTION_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@ -19,8 +19,7 @@
|
||||
// $Id: windowfunctiontype.h 3932 2013-06-25 16:08:10Z xlou $
|
||||
|
||||
|
||||
#ifndef UTILS_WINDOWFUNCTIONTYPE_H
|
||||
#define UTILS_WINDOWFUNCTIONTYPE_H
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@ -302,7 +301,6 @@ extern std::map<int, std::string> colType2String;
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // UTILS_WINDOWFUNCTIONTYPE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
Reference in New Issue
Block a user