Rename MsgType.h to msgtype_t.h (to keep things consistent)

This commit is contained in:
Ai Lin Chia 2016-11-25 12:22:27 +01:00
parent 780542978a
commit dafc3c90b4
4 changed files with 3 additions and 3 deletions

@ -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;