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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-17 00:20:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-17 00:20:07 +0400
commitb5b830668560a7733ddd3609ba96e845aa63546b (patch)
tree25a45fbef93150882ec237884f0c22d242d09986 /intern
parente6a43441b91c9a462acf2280ff30c4c1f3167829 (diff)
code cleanup: includes, also correct some py example typos
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/Python/AUD_PyAPI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/Python/AUD_PyAPI.cpp b/intern/audaspace/Python/AUD_PyAPI.cpp
index bbc7a0ca52e..238249bc7c8 100644
--- a/intern/audaspace/Python/AUD_PyAPI.cpp
+++ b/intern/audaspace/Python/AUD_PyAPI.cpp
@@ -28,7 +28,7 @@
#include "AUD_PyAPI.h"
-#include "structmember.h"
+#include <structmember.h>
#include "AUD_I3DDevice.h"
#include "AUD_I3DHandle.h"