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