X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketInterpreter.hh;h=e2591cff59d644f4331cf6be19dcbc21bec6bcc4;hb=f723d7852a8195072eee387ea9ca77156b58438b;hp=490d853ce9ea00d668a7081f4a1f0770eee87bcb;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/PacketInterpreter.hh b/senf/Packets/PacketInterpreter.hh index 490d853..e2591cf 100644 --- a/senf/Packets/PacketInterpreter.hh +++ b/senf/Packets/PacketInterpreter.hh @@ -30,11 +30,11 @@ #include #include #include -#include "../Utils/intrusive_refcount.hh" -#include "../Utils/pool_alloc_mixin.hh" -#include "../Utils/Tags.hh" +#include +#include +#include #include "PacketData.hh" -#include "../Utils/TypeIdValue.hh" +#include //#include "PacketInterpreter.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -379,7 +379,7 @@ namespace senf { chain member and other similar error conditions. */ struct InvalidPacketChainException : public senf::Exception - { InvalidPacketChainException() : senf::Exception("invalid packet chain"){} }; + { InvalidPacketChainException() : senf::Exception("invalid packet chain") {} }; }