FlpImport/unrtf: renamed malloc.h to ur_malloc.h for not conflicting with system headers

This commit is contained in:
Tobias Doerffel
2012-12-02 19:00:06 +01:00
parent 8a75c40fd6
commit 40a92d8417
10 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ OutputPersonality * op = NULL;
#include "error.c"
#include "hash.c"
#include "html.c"
#include "malloc.c"
#include "ur_malloc.c"
#include "output.c"
#include "parse.c"
#include "util.c"

View File

@@ -53,7 +53,7 @@
#include <stdlib.h>
#endif
#include "malloc.h"
#include "ur_malloc.h"
#include "defs.h"
#include "error.h"
#include "attr.h"

View File

@@ -90,7 +90,7 @@
#include "defs.h"
#include "parse.h"
#include "util.h"
#include "malloc.h"
#include "ur_malloc.h"
#include "main.h"
#include "error.h"
#include "word.h"

View File

@@ -55,7 +55,7 @@
#include "error.h"
#include "main.h"
#include "malloc.h"
#include "ur_malloc.h"
typedef struct _hi {

View File

@@ -55,7 +55,7 @@
#include <string.h>
#endif
#include "malloc.h"
#include "ur_malloc.h"
#include "defs.h"
#include "error.h"
#include "main.h"

View File

@@ -56,7 +56,7 @@
#include <string.h>
#endif
#include "malloc.h"
#include "ur_malloc.h"
#include "defs.h"
#include "error.h"
#include "output.h"

View File

@@ -61,7 +61,7 @@
#include "defs.h"
#include "parse.h"
#include "malloc.h"
#include "ur_malloc.h"
#include "main.h"
#include "error.h"
#include "word.h"

View File

@@ -55,7 +55,7 @@
#endif
#include "error.h"
#include "malloc.h"
#include "ur_malloc.h"
static unsigned long count=0;

View File

@@ -71,7 +71,7 @@
#include "defs.h"
#include "parse.h"
#include "malloc.h"
#include "ur_malloc.h"
#include "main.h"
#include "error.h"
#include "word.h"