summaryrefslogtreecommitdiff
path: root/src/ppc32
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-09-18 13:12:41 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-09-28 14:50:03 +0300
commitded94b98ff3534a3c394591f4b254b1af6f0711c (patch)
tree6c4064ed847cffd1b41e74be34bfa5092c03a841 /src/ppc32
parent58354c94d7472f479cd282c4a8a3a8fb536f5b05 (diff)
downloadlibunwind-ded94b98ff3534a3c394591f4b254b1af6f0711c.tar.gz
Stop including `memory.h'
I am unable to find any reference to `memory.h' in the C99 and C11 committee drafts, so include `string.h' instead when we need memset() or similar.
Diffstat (limited to 'src/ppc32')
-rw-r--r--src/ppc32/unwind_i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ppc32/unwind_i.h b/src/ppc32/unwind_i.h
index c3c3a57f..5f559bd8 100644
--- a/src/ppc32/unwind_i.h
+++ b/src/ppc32/unwind_i.h
@@ -28,7 +28,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifndef unwind_i_h
#define unwind_i_h
-#include <memory.h>
#include <stdint.h>
#include <libunwind-ppc32.h>