/*
 * hotlinks.h - includes the prototype and pragma files
 *
 */

#ifndef HOTLINKS_HOTLINKSPROTOS_H
#define HOTLINKS_HOTLINKSPROTOS_H 1

#ifndef HOTLINKS_HOTLINKS_PROTO_H
#include <clib/hotlinks_protos.h>
#endif

#ifndef HOTLINKS_HOTLINKS_PRAGMAS_H
#include <pragmas/hotlinks_pragmas.h>
#endif

#endif HOTLINKS_HOTLINKSPROTOS_H
