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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user