summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-24 09:36:57 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-05-24 09:36:57 -0700
commit9ba60dfc260e27d0a824398addcd5a9e56eaabaa (patch)
tree70d2d13ff5b0f5b8552c2855fe8d8247beb51232
parent4793b2818f3d5f38b8a9fcc8b479e10cfcfa2c02 (diff)
parent093009ff9c12b6434a7f0e9261ec6a26a03ebac9 (diff)
downloadffi-yajl-9ba60dfc260e27d0a824398addcd5a9e56eaabaa.tar.gz
Merge pull request #60 from kou/suppress-circular-require-warnings
Suppress circular require warnings
-rw-r--r--lib/ffi_yajl/ffi/encoder.rb2
-rw-r--r--lib/ffi_yajl/ffi/parser.rb2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/ffi_yajl/ffi/encoder.rb b/lib/ffi_yajl/ffi/encoder.rb
index f2338e4..508714d 100644
--- a/lib/ffi_yajl/ffi/encoder.rb
+++ b/lib/ffi_yajl/ffi/encoder.rb
@@ -20,8 +20,6 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-require 'ffi_yajl/ffi'
-
module FFI_Yajl
module FFI
module Encoder
diff --git a/lib/ffi_yajl/ffi/parser.rb b/lib/ffi_yajl/ffi/parser.rb
index 8e4dc07..77d2389 100644
--- a/lib/ffi_yajl/ffi/parser.rb
+++ b/lib/ffi_yajl/ffi/parser.rb
@@ -20,8 +20,6 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-require 'ffi_yajl/ffi'
-
module FFI_Yajl
module FFI
module Parser