#ifndef PROTO_EXPANSION_H
#define PROTO_EXPANSION_H

#ifndef DOS_FILEHANDLER_H
#include <dos/filehandler.h>
#endif
#ifndef LIBRARIES_CONFIGVARS_H
#include <libraries/configvars.h>
#endif

#include <clib/expansion_protos.h>
#include <inline/expansion.h>

#ifndef __NOLIBBASE__
extern struct ExpansionBase * __CONSTLIBBASEDECL__ ExpansionBase;
#endif

#endif
