summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/st.c b/st.c
index 5efd57e439..4d21016a68 100644
--- a/st.c
+++ b/st.c
@@ -2,12 +2,6 @@
/* static char sccsid[] = "@(#) st.c 5.1 89/12/14 Crucible"; */
-#include <stdio.h>
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-#include <string.h>
-
#ifdef NOT_RUBY
#include "regint.h"
#include "st.h"
@@ -17,6 +11,12 @@
#include "ruby/st.h"
#endif
+#include <stdio.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#include <string.h>
+
typedef struct st_table_entry st_table_entry;
struct st_table_entry {