Fix trait header guards

This commit is contained in:
Romain Vimont
2021-10-03 17:13:12 +02:00
parent 7f3d2eded7
commit b89c23b7f5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#ifndef SC_FRAME_SINK #ifndef SC_FRAME_SINK_H
#define SC_FRAME_SINK #define SC_FRAME_SINK_H
#include "common.h" #include "common.h"

View File

@@ -1,5 +1,5 @@
#ifndef SC_PACKET_SINK #ifndef SC_PACKET_SINK_H
#define SC_PACKET_SINK #define SC_PACKET_SINK_H
#include "common.h" #include "common.h"