[Refactor] Replace '#ifndef' with '#pragma once' (#9456)

* Replace '#ifndef' with '#pragma once'
This commit is contained in:
hongbin
2022-05-10 09:25:59 +08:00
committed by GitHub
parent 51db78d375
commit e61d296486
363 changed files with 389 additions and 1362 deletions

View File

@ -15,8 +15,7 @@
// specific language governing permissions and limitations
// under the License.
#ifndef DORIS_BE_SRC_QUERY_BE_RUNTIME_STRING_BUFFER_H
#define DORIS_BE_SRC_QUERY_BE_RUNTIME_STRING_BUFFER_H
#pragma once
#include "runtime/mem_pool.h"
#include "runtime/string_value.h"
@ -107,5 +106,3 @@ private:
};
} // namespace doris
#endif