X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPackets.hh;h=ea0e3182cacc643aecfb3cd9539cd61fa96ed346;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=e6210bfe0cf2aa8c430d11ac0ff39ee3c66afe86;hpb=f15edb783e80036b76f4d71021ce20739ccdb321;p=senf.git diff --git a/Packets/Packets.hh b/Packets/Packets.hh index e6210bf..ea0e318 100644 --- a/Packets/Packets.hh +++ b/Packets/Packets.hh @@ -23,10 +23,10 @@ /** \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 "PacketTypes.hh" #include "PacketImpl.hh" @@ -38,6 +38,7 @@ #include "PacketParser.hh" #include "SafeIterator.hh" #include "ArrayParser.hh" +#include "AuxParser.hh" #include "ListParser.hh" #include "ListBParser.hh" #include "ListNParser.hh" @@ -45,9 +46,8 @@ #include "VectorParser.hh" #include "ParseHelpers.hh" #include "DataPacket.hh" -#include "all_includes.hh" -#undef HH_Packets__decls_ +#undef HH_SENF_Packets_Packets__decls_ #include "PacketTypes.hh" #include "PacketImpl.hh" @@ -60,6 +60,7 @@ #include "SafeIterator.hh" #include "ArrayParser.hh" #include "IntParser.hh" +#include "AuxParser.hh" #include "ListParser.hh" #include "ListBParser.hh" #include "ListNParser.hh"