From ca0415938f6b5b7ac29655bcb1d82450c47bfc73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Wed, 25 Jul 2018 16:48:27 +0200
Subject: [PATCH] [components][brine] respect header guard ordering convention

---
 dumux/material/components/brine.hh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dumux/material/components/brine.hh b/dumux/material/components/brine.hh
index d970314211..2fd76e8b11 100644
--- a/dumux/material/components/brine.hh
+++ b/dumux/material/components/brine.hh
@@ -24,13 +24,12 @@
 #ifndef DUMUX_BRINE_HH
 #define DUMUX_BRINE_HH
 
+#include <cmath>
 
 #include <dumux/material/components/h2o.hh>
 #include <dumux/material/components/nacl.hh>
 #include <dumux/material/components/tabulatedcomponent.hh>
 
-#include <cmath>
-
 #include <dumux/material/components/base.hh>
 #include <dumux/material/components/liquid.hh>
 #include <dumux/material/components/gas.hh>
-- 
GitLab