Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 22:01:19 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 22:01:19 +0400
commit43ecb741e1d9ae8a08e403a4ae3d05d68651c9eb (patch)
tree4b736252c87a621cd8fe6415f42e3b34352c8268
parent80ddb021800f92375170673f5a9aeeb5cf19bf34 (diff)
Remove hardcoded path in include.
IMPORTANT: use compiler include paths to point to the file.
-rw-r--r--intern/audaspace/AUD_C-API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/AUD_C-API.h b/intern/audaspace/AUD_C-API.h
index 1c3a4b94624..b08f05db1ca 100644
--- a/intern/audaspace/AUD_C-API.h
+++ b/intern/audaspace/AUD_C-API.h
@@ -30,7 +30,7 @@
extern "C" {
#endif
-#include "./intern/AUD_Space.h"
+#include "AUD_Space.h"
typedef enum
{