summaryrefslogtreecommitdiff
path: root/src/bridge/list_element.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge/list_element.hpp')
-rw-r--r--src/bridge/list_element.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bridge/list_element.hpp b/src/bridge/list_element.hpp
index bd28185..1eff2ee 100644
--- a/src/bridge/list_element.hpp
+++ b/src/bridge/list_element.hpp
@@ -1,5 +1,5 @@
-#ifndef LIST_ELEMENT_HPP_INCLUDED
-#define LIST_ELEMENT_HPP_INCLUDED
+#pragma once
+
#include <string>
@@ -16,4 +16,4 @@ struct ListElement
std::string topic;
};
-#endif /* LIST_ELEMENT_HPP_INCLUDED */
+