#ifndef FILEIO_H
#define FILEIO_H
-#define FILEIO_MAX_ERROR_STRING (128)
+#include "types.h"
-#include "replacements.h"
+#define FILEIO_MAX_ERROR_STRING (128)
enum fileio_type
{
#include "jim-eventloop.h"
#endif
-#include "replacements.h"
-
-
-/* --- */
-
/* File event structure */
typedef struct Jim_FileEvent {
void *handle;
#include <stdarg.h>
#include <limits.h>
-#include "replacements.h"
-
/* Include the platform dependent libraries for
* dynamic loading of libraries. */
#ifdef JIM_DYNLIB
#ifndef ERROR_H
#define ERROR_H
-#include "replacements.h"
#include "command.h"
/* logging priorities
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
/* DANGER!!!! These must be defined *BEFORE* replacements.h and the malloc() macro!!!! */
#include <stdlib.h>
#include <string.h>
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
/*
* clear_malloc
*
}
#define IN_REPLACEMENTS_C
-#include "replacements.h"
-
-#include <stdio.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#ifdef _WIN32
#include <io.h>
#ifndef REPLACEMENTS_H
#define REPLACEMENTS_H
-#include "types.h"
-
/* MIN,MAX macros */
#ifndef MIN
#define MIN(a,b) (((a)<(b))?(a):(b))
#endif
#include "algorithm.h"
-#include "replacements.h"
#include "binarybuffer.h"
#include "algorithm.h"
#include "command.h"
-#include "replacements.h"
-
struct reg_s;
struct trace_s;
struct command_context_s;