From 3244487eaec76a8cf014d35df062daacc24edf41 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 28 Oct 2020 20:18:58 +0100 Subject: [PATCH] slight improvements --- tmtcpacket/SpacePacket.cpp | 4 ++-- tmtcpacket/SpacePacket.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tmtcpacket/SpacePacket.cpp b/tmtcpacket/SpacePacket.cpp index 2bf6e3dc..b8ba27e9 100644 --- a/tmtcpacket/SpacePacket.cpp +++ b/tmtcpacket/SpacePacket.cpp @@ -1,6 +1,6 @@ #include "../serviceinterface/ServiceInterfaceStream.h" -#include "../tmtcpacket/ccsds_header.h" -#include "../tmtcpacket/SpacePacket.h" +#include "ccsds_header.h" +#include "SpacePacket.h" #include SpacePacket::SpacePacket( uint16_t packetDataLength, bool isTelecommand, uint16_t apid, uint16_t sequenceCount ): diff --git a/tmtcpacket/SpacePacket.h b/tmtcpacket/SpacePacket.h index ea1d0468..49dd5ae5 100644 --- a/tmtcpacket/SpacePacket.h +++ b/tmtcpacket/SpacePacket.h @@ -1,7 +1,7 @@ #ifndef SPACEPACKET_H_ #define SPACEPACKET_H_ -#include "../tmtcpacket/SpacePacketBase.h" +#include "SpacePacketBase.h" /** * The SpacePacket class is a representation of a simple CCSDS Space Packet