summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 12:28:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 12:28:51 +0000
commit7caf8a508f63d6186d42a820d1bf6b4daa661a04 (patch)
treeaa4fb36b51d4b674cfb4b724d61f84e512f88fb0 /ext
parent6602bc193b378f832e52f446df8804efafd5dfb8 (diff)
* ext/digest/rmd160/rmd160.c: fixed commit mistake at r52797.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@52801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/digest/rmd160/rmd160.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/digest/rmd160/rmd160.c b/ext/digest/rmd160/rmd160.c
index f255eb3a0a..bac77833b1 100644
--- a/ext/digest/rmd160/rmd160.c
+++ b/ext/digest/rmd160/rmd160.c
@@ -20,7 +20,6 @@
*
\********************************************************************/
-#include "../defs.h"
#include "rmd160.h"
#ifndef lint