includes: sort all includes
[gem5.git] / src / cpu / ozone / lsq_unit.cc
index e37971dba2c7d757d22eb7debb43b0adbc0b53c7..b473513aee197f35552581d9cb475e5c0a790117 100644 (file)
@@ -28,8 +28,8 @@
  * Authors: Kevin Lim
  */
 
-#include "cpu/ozone/ozone_impl.hh"
 #include "cpu/ozone/lsq_unit_impl.hh"
+#include "cpu/ozone/ozone_impl.hh"
 
 // Force the instantiation of LDSTQ for all the implementations we care about.
 template class OzoneLSQ<OzoneImpl>;