Use alphabetical order for #includes.
[pulseview.git] / pv / prop / property.hpp
index 1a7b264dfc96429e6e3688bd81614337133c0374..765cbb50d8bb7e629a6ee1164507ccd9cd9b1ae3 100644 (file)
@@ -27,6 +27,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 G_GNUC_END_IGNORE_DEPRECATIONS
 
 #include <functional>
+
 #include <QString>
 #include <QWidget>
 
@@ -65,7 +66,7 @@ private:
        QString name_;
 };
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_PROP_PROPERTY_HPP