#ifndef PROTO_REGEXP_H
#define PROTO_REGEXP_H

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#ifndef LIBRARIES_REGEXP_H
#include <libraries/regexp.h>
#endif

extern struct RegexpBase *RegexpBase ;
#include <clib/regexp_protos.h>
#include <pragmas/regexp_pragmas.h>
#endif
