From 24505dc4a131a1f17d0321e756ab93463d324c6b Mon Sep 17 00:00:00 2001
From: g0dil <g0dil@wiback.org>
Date: Tue, 27 May 2008 13:15:20 +0000
Subject: [PATCH] Packets: Rremove all_includes.hh and fix Packets.hh

---
 Packets/Packets.hh | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/Packets/Packets.hh b/Packets/Packets.hh
index fc415a613..e6210bfe0 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
 
-- 
GitLab