You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
replace header guards with #pragma once
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
* class SessionManagerServer interface
|
||||
*/
|
||||
|
||||
#ifndef _SESSIONMANAGERSERVER_H
|
||||
#define _SESSIONMANAGERSERVER_H
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -293,4 +292,3 @@ private:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user