]> granicus.if.org Git - onig/commitdiff
revert commit 581b18: no needs to include stdint.h in regparse.c and regexec.c
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 14 Aug 2019 07:20:43 +0000 (16:20 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 14 Aug 2019 07:20:43 +0000 (16:20 +0900)
src/regexec.c
src/regparse.c

index e491c4b722fc631b74eee3a43a482c59e5fdcf19..172bfb4936d748c02e48c4c078463b34682d009d 100644 (file)
@@ -27,7 +27,6 @@
  * SUCH DAMAGE.
  */
 #include "regint.h"
-#include <stdint.h>
 
 #define IS_MBC_WORD_ASCII_MODE(enc,s,end,mode) \
   ((mode) == 0 ? ONIGENC_IS_MBC_WORD(enc,s,end) : ONIGENC_IS_MBC_WORD_ASCII(enc,s,end))
index c859fdabc80137dc46a88e6332a5b7bfb0335a28..df97be9b21e365fdfdf43607584277c0d2e0abf6 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "regparse.h"
 #include "st.h"
-#include <stdint.h>
 
 #ifdef DEBUG_NODE_FREE
 #include <stdio.h>