/*
 * Copyright (c) 2004-2008 Darron M Broad
 * All rights reserved.
 *
 * Licensed under the terms of the GPL3 license, see file COPYING for details.
 */

#ifndef _EXIMRBL_H
#define _EXIMRBL_H

using namespace std;
#include <string>
#include <vector>
#include <iostream>
#include <fstream>

extern "C" {
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <errno.h>
#include <sysexits.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
};

#include "inspector.h"

#endif /* !_EXIMRBL_H */
