ARM: Implement WFE/WFI/SEV semantics.
[gem5.git] / src / base / mysql.hh
index 272a0f07ce59bee3318c456579c6704715316b8a..c8ffba73363c2bd3ed7773802a8927de5149c5ef 100644 (file)
 
 #define TO_BE_INCLUDED_LATER 0
 
+#include <mysql.h>
+#include <mysql_version.h>
+
 #include <cassert>
 #include <iosfwd>
-#include <mysql_version.h>
-#include <mysql.h>
-#include <string>
 #include <sstream>
+#include <string>
 
 namespace MySQL {
 
@@ -420,6 +421,6 @@ class Statement
 }
 #endif
 
-/* namespace MySQL */ }
+} // namespace MySQL
 
 #endif // __BASE_MYSQL_HH__