diff --git a/server/modules/routing/schemarouter/schemarouter.hh b/server/modules/routing/schemarouter/schemarouter.hh index 3422214ac..b718b3df6 100644 --- a/server/modules/routing/schemarouter/schemarouter.hh +++ b/server/modules/routing/schemarouter/schemarouter.hh @@ -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 */ diff --git a/server/modules/routing/schemarouter/schemarouterinstance.hh b/server/modules/routing/schemarouter/schemarouterinstance.hh index 2069d7b3a..14b380bdb 100644 --- a/server/modules/routing/schemarouter/schemarouterinstance.hh +++ b/server/modules/routing/schemarouter/schemarouterinstance.hh @@ -1,3 +1,4 @@ +#pragma once /* * Copyright (c) 2016 MariaDB Corporation Ab * @@ -11,8 +12,6 @@ * Public License. */ -#pragma once - #include "schemarouter.hh" #include diff --git a/server/modules/routing/schemarouter/schemaroutersession.hh b/server/modules/routing/schemarouter/schemaroutersession.hh index d8515a8ba..a516255c9 100644 --- a/server/modules/routing/schemarouter/schemaroutersession.hh +++ b/server/modules/routing/schemarouter/schemaroutersession.hh @@ -1,3 +1,4 @@ +#pragma once /* * Copyright (c) 2016 MariaDB Corporation Ab * @@ -11,8 +12,6 @@ * Public License. */ -#pragma once - #include "schemarouter.hh" #include diff --git a/server/modules/routing/schemarouter/session_command.hh b/server/modules/routing/schemarouter/session_command.hh index af1a939f3..53f031c51 100644 --- a/server/modules/routing/schemarouter/session_command.hh +++ b/server/modules/routing/schemarouter/session_command.hh @@ -1,3 +1,4 @@ +#pragma once /* * Copyright (c) 2016 MariaDB Corporation Ab * @@ -11,8 +12,6 @@ * Public License. */ -#pragma once - #include #include diff --git a/server/modules/routing/schemarouter/shard_map.hh b/server/modules/routing/schemarouter/shard_map.hh index b4705d7b1..e45206ea0 100644 --- a/server/modules/routing/schemarouter/shard_map.hh +++ b/server/modules/routing/schemarouter/shard_map.hh @@ -1,3 +1,4 @@ +#pragma once /* * Copyright (c) 2016 MariaDB Corporation Ab * @@ -11,8 +12,6 @@ * Public License. */ -#pragma once - #include #include