PPI: Checkin of first compiling (yet not working) version
[senf.git] / Packets / PacketImpl.cc
index dd78bb7..8dfd75e 100644 (file)
 /** \file
     \brief PacketImpl non-inline non-template implementation */
 
-#include "PacketImpl.hh"
 //#include "PacketImpl.ih"
 
 // Custom includes
 #include <iterator>
-#include "PacketInterpreter.hh"
+#include "Packets.hh"
 
 //#include "PacketImpl.mpp"
 #define prefix_
@@ -122,4 +121,6 @@ prefix_ void senf::detail::PacketImpl::updateIterators(PacketData * self, iterat
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: