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:
@ -32,8 +32,7 @@
|
||||
|
||||
/** @file */
|
||||
|
||||
#ifndef FUNCEXPWRAPPER_H_
|
||||
#define FUNCEXPWRAPPER_H_
|
||||
#pragma once
|
||||
|
||||
#include <parsetree.h>
|
||||
#include <returnedcolumn.h>
|
||||
@ -81,4 +80,3 @@ inline uint32_t FuncExpWrapper::getFilterCount() const
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user