From: g0dil Date: Tue, 27 May 2008 13:15:20 +0000 (+0000) Subject: Packets: Rremove all_includes.hh and fix Packets.hh X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=f15edb783e80036b76f4d71021ce20739ccdb321;p=senf.git Packets: Rremove all_includes.hh and fix Packets.hh git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@855 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Packets/Packets.hh b/Packets/Packets.hh index fc415a6..e6210bf 100644 --- a/Packets/Packets.hh +++ b/Packets/Packets.hh @@ -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