]> sigrok.org Git - pulseview.git/blobdiff - pv/session.hpp
Modified header guards to match file names
[pulseview.git] / pv / session.hpp
index 3bb10e25731f5168a826c06497c0af84842d146e..0f904d0d1cf300cf406b75d4751b46a5b3ed67a5 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_SIGSESSION_H
-#define PULSEVIEW_PV_SIGSESSION_H
+#ifndef PULSEVIEW_PV_SIGSESSION_HPP
+#define PULSEVIEW_PV_SIGSESSION_HPP
 
 #include <map>
 #include <memory>
 
 #include <map>
 #include <memory>
@@ -38,13 +38,13 @@ struct srd_decoder;
 struct srd_channel;
 
 namespace sigrok {
 struct srd_channel;
 
 namespace sigrok {
-       class Analog;
-       class Channel;
-       class Device;
-       class Logic;
-       class Meta;
-       class Packet;
-       class Session;
+class Analog;
+class Channel;
+class Device;
+class Logic;
+class Meta;
+class Packet;
+class Session;
 }
 
 namespace pv {
 }
 
 namespace pv {
@@ -192,4 +192,4 @@ Q_SIGNALS:
 
 } // namespace pv
 
 
 } // namespace pv
 
-#endif // PULSEVIEW_PV_SIGSESSION_H
+#endif // PULSEVIEW_PV_SIGSESSION_HPP