base: Fix include order in the inifile unit test.
authorGabe Black <gabeblack@google.com>
Thu, 29 Nov 2018 01:34:33 +0000 (17:34 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 29 Nov 2018 02:51:11 +0000 (02:51 +0000)
commit5a2e13f973c2ecf1154bcfc83d8c59210eef56c7
tree6038508eb03a0adf5458220711b67c01d9964576
parentfed1a56919e31fc5d17cc2cdbebd758561e8766a
base: Fix include order in the inifile unit test.

Even though gtest.h is a C++ header, it looks like a C header which
makes the style check hook upset. Lets move it up so the hook doesn't
complain when the file is changed.

Change-Id: Ibcc2d0b7bf3b254c70e55b30379ebd4b70933c26
Reviewed-on: https://gem5-review.googlesource.com/c/14675
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/base/inifiletest.cc