aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r--Alc/hrtf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index dc91e474..a0f8833b 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -22,7 +22,6 @@
#include <stdlib.h>
#include <ctype.h>
-#include <limits.h>
#include "AL/al.h"
#include "AL/alc.h"
@@ -32,15 +31,6 @@
#include "hrtf.h"
-#ifndef PATH_MAX
-#ifdef MAX_PATH
-#define PATH_MAX MAX_PATH
-#else
-#define PATH_MAX 4096
-#endif
-#endif
-
-
/* Current data set limits defined by the makehrtf utility. */
#define MIN_IR_SIZE (8)
#define MAX_IR_SIZE (128)