Move #pragma to first line in each header
The `#pragma once` is now on the first line of each header.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
/*
|
||||
* Copyright (c) 2016 MariaDB Corporation Ab
|
||||
*
|
||||
@ -11,8 +12,6 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @file schemarouter.hh - Common schemarouter definitions
|
||||
*/
|
||||
|
Reference in New Issue
Block a user