Move top of the file "#pragma once" to after the following comment (swap them). If the comment is a BPL update it to the latest one

This commit is contained in:
Niclas Antti
2018-08-21 13:13:15 +03:00
parent 03cefcc4ac
commit 24ab3c099c
204 changed files with 414 additions and 420 deletions

View File

@ -1,4 +1,3 @@
#pragma once
/* Copyright (c) 2017, MariaDB Corporation. All rights reserved.
*
* This library is free software; you can redistribute it and/or
@ -16,6 +15,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301 USA
*/
#pragma once
#include <cstdint>
#include <string>