Skip to content
Snippets Groups Projects
Commit 24505dc4 authored by g0dil's avatar g0dil
Browse files

Packets: Rremove all_includes.hh and fix Packets.hh

parent efa26bfe
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,45 @@
#define HH_Packets__decls_
#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 "ListParser.hh"
#include "ListBParser.hh"
#include "ListNParser.hh"
#include "VariantParser.hh"
#include "VectorParser.hh"
#include "ParseHelpers.hh"
#include "DataPacket.hh"
#include "all_includes.hh"
#undef HH_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 "ListParser.hh"
#include "ListBParser.hh"
#include "ListNParser.hh"
#include "VariantParser.hh"
#include "VectorParser.hh"
#include "ParseHelpers.hh"
#include "DataPacket.hh"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment