Packets/80221Bundle: integrated GenericTLVRegistry
[senf.git] / senf / Packets / PacketData.hh
index 05e5aa8..4218a71 100644 (file)
@@ -29,9 +29,7 @@
 // Custom includes
 #include <boost/utility.hpp>
 #include <boost/type_traits.hpp>
-#include "../Utils/safe_bool.hh"
-#include "../Utils/Exception.hh"
-#include "PacketTypes.hh"
+#include <senf/Utils/Exception.hh>
 
 //#include "PacketData.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -163,7 +161,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") {} };
 
 }