X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketData.hh;h=08600625777009a7b78ffbcda74b0ef28d60d164;hb=6aa7b87666f6f06e6e5cff5eb9b3d357e303abcd;hp=05e5aa892b9d021110905d419ae9a836c6c50b8f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/PacketData.hh b/senf/Packets/PacketData.hh index 05e5aa8..0860062 100644 --- a/senf/Packets/PacketData.hh +++ b/senf/Packets/PacketData.hh @@ -29,8 +29,8 @@ // Custom includes #include #include -#include "../Utils/safe_bool.hh" -#include "../Utils/Exception.hh" +#include +#include #include "PacketTypes.hh" //#include "PacketData.mpp" @@ -163,7 +163,7 @@ namespace senf { byte. If the packet has been implemented correctly, this signals a malformed packet. */ struct TruncatedPacketException : public senf::Exception - { TruncatedPacketException() : senf::Exception("truncated packet"){} }; + { TruncatedPacketException() : senf::Exception("truncated packet") {} }; }