Fix senf::StringParser refreences to new API
[senf.git] / senf / Packets / PacketData.hh
index 05e5aa8..0860062 100644 (file)
@@ -29,8 +29,8 @@
 // Custom includes
 #include <boost/utility.hpp>
 #include <boost/type_traits.hpp>
-#include "../Utils/safe_bool.hh"
-#include "../Utils/Exception.hh"
+#include <senf/Utils/safe_bool.hh>
+#include <senf/Utils/Exception.hh>
 #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") {} };
 
 }