]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/binding.hpp
Use alphabetical order for #includes.
[pulseview.git] / pv / binding / binding.hpp
index aed8c34ca4f95c5073ea54d1cfd1d43d6376dfc9..e672ff176f24a5301026e519057b47b0db0b263f 100644 (file)
@@ -26,8 +26,8 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 #include <glibmm.h>
 G_GNUC_END_IGNORE_DEPRECATIONS
 
-#include <vector>
 #include <memory>
+#include <vector>
 
 #include <QString>
 
@@ -64,7 +64,7 @@ protected:
        vector< shared_ptr<prop::Property> > properties_;
 };
 
-} // binding
-} // pv
+}  // namespace binding
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_BINDING_BINDING_HPP