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:
@ -24,8 +24,7 @@
|
||||
* class ColumnBufferManager
|
||||
*/
|
||||
|
||||
#ifndef WRITEENGINE_COLBUFMGR_H
|
||||
#define WRITEENGINE_COLBUFMGR_H
|
||||
#pragma once
|
||||
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/thread/condition.hpp>
|
||||
@ -277,4 +276,3 @@ public:
|
||||
};
|
||||
|
||||
}
|
||||
#endif /*WRITEENGINE_COLBUFMGR_H*/
|
||||
|
Reference in New Issue
Block a user