#include "amqp_types.h"
#include "Array.h"
#include "FieldTable.h"
#include "SequenceSet.h"
#include "Uuid.h"
Go to the source code of this file.
It's better to include amqp_types.h in another header instead of this file unless the header actually needs the full declarations. Including full declarations when forward declarations would increase compile times.