Skip to content

Commit

Permalink
fix: headers file guards
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed Mar 26, 2024
1 parent bab6aa8 commit ed11cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/templates/message_parser.h.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef MESSAGE_PARSER_H
#define MESSAGE_PARSER_H
#ifndef MQTT_TOPICS_MESSAGE_PARSER_H
#define MQTT_TOPICS_MESSAGE_PARSER_H

#include "topics.h"

Expand Down
4 changes: 2 additions & 2 deletions src/templates/topics.h.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TOPICS_H
#define TOPICS_H
#ifndef MQTT_TOPICS_TOPICS_H
#define MQTT_TOPICS_TOPICS_H

#include <vector>
#include <string>
Expand Down

0 comments on commit ed11cf1

Please sign in to comment.