Rename MsgType.h to msgtype_t.h (to keep things consistent)
This commit is contained in:
parent
780542978a
commit
dafc3c90b4
@ -17,7 +17,7 @@
|
||||
#ifndef GB_MULTICAST_H
|
||||
#define GB_MULTICAST_H
|
||||
|
||||
#include "MsgType.h"
|
||||
#include "msgtype_t.h"
|
||||
#include "GbMutex.h"
|
||||
#include <inttypes.h>
|
||||
#include <stddef.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define GB_UDPSLOT_H
|
||||
|
||||
#include "UdpProtocol.h"
|
||||
#include "MsgType.h"
|
||||
#include "msgtype_t.h"
|
||||
|
||||
#define SMALLDGRAMS
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
#include "MsgType.h"
|
||||
#include "msgtype_t.h"
|
||||
|
||||
class UdpSlot;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user