/*  GadTools layout toolkit
**
**  Copyright © 1993-1994 by Olaf `Olsen' Barthel
**  Freely distributable.
*/

#ifndef _GTLAYOUT_GLOBAL_H
#define _GTLAYOUT_GLOBAL_H 1

#ifndef _GTLAYOUT_H
#define _GTLAYOUT_C
#include "gtlayout.h"
#endif

#ifndef _GTLAYOUT_INCLUDES_H
#include "gtlayout_includes.h"
#endif

#ifndef _GTLAYOUT_DEFINES_H
#include "gtlayout_defines.h"
#endif

#ifndef _GTLAYOUT_DATA_H
#include "gtlayout_data.h"
#endif

#ifndef _GTLAYOUT_LIBPROTOS_H
#include "gtlayout_libprotos.h"
#endif

#endif
