[cleanup] Stop using deprecated header keywords.hh
- Replace macro
DUNE_INLINE_VARIABLE
byinline
, because for the supported compilers it's always defined to this way. - Stop including deprecated, no longer used header
keywords.hh
. - Remove conditionally defined anonymous namespace, because for the supported compilers the condition always evaluates to false.
- Reindent code after removal of namespace.