Packets: Fix VariantParser invalid parser access bug
[senf.git] / Packets / Packets.hh
index fc415a6..ea0e318 100644 (file)
 /** \file
     \brief Packets public header */
 
-#ifndef HH_Packets_
-#define HH_Packets_ 1
+#ifndef HH_SENF_Packets_Packets_
+#define HH_SENF_Packets_Packets_ 1
 
-#define HH_Packets__decls_
+#define HH_SENF_Packets_Packets__decls_
 
-#include "all_includes.hh"
+#include "PacketTypes.hh"
+#include "PacketImpl.hh"
+#include "PacketData.hh"
+#include "PacketInterpreter.hh"
+#include "Packet.hh"
+#include "PacketType.hh"
+#include "PacketRegistry.hh"
+#include "PacketParser.hh"
+#include "SafeIterator.hh"
+#include "ArrayParser.hh"
+#include "AuxParser.hh"
+#include "ListParser.hh"
+#include "ListBParser.hh"
+#include "ListNParser.hh"
+#include "VariantParser.hh"
+#include "VectorParser.hh"
+#include "ParseHelpers.hh"
+#include "DataPacket.hh"
 
-#undef HH_Packets__decls_
+#undef HH_SENF_Packets_Packets__decls_
 
-#include "all_includes.hh"
+#include "PacketTypes.hh"
+#include "PacketImpl.hh"
+#include "PacketData.hh"
+#include "PacketInterpreter.hh"
+#include "Packet.hh"
+#include "PacketType.hh"
+#include "PacketRegistry.hh"
+#include "PacketParser.hh"
+#include "SafeIterator.hh"
+#include "ArrayParser.hh"
+#include "IntParser.hh"
+#include "AuxParser.hh"
+#include "ListParser.hh"
+#include "ListBParser.hh"
+#include "ListNParser.hh"
+#include "VariantParser.hh"
+#include "VectorParser.hh"
+#include "ParseHelpers.hh"
+#include "DataPacket.hh"
 
 #endif