ext/json/ext/fbuffer/fbuffer.h in json-maglev--1.7.3 vs ext/json/ext/fbuffer/fbuffer.h in json-maglev--1.7.4
- old
+ new
@@ -1,10 +1,10 @@
#ifndef _FBUFFER_H_
#define _FBUFFER_H_
-#include <assert.h>
#include "ruby.h"
+#include <assert.h>
#ifdef HAVE_RUBY_ENCODING_H
#include "ruby/encoding.h"
#define FORCE_UTF8(obj) rb_enc_associate((obj), rb_utf8_encoding())
#else