Remove requires of 'thrift/thrift' from library files

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin Clark 2008-06-18 00:55:50 +00:00
parent 0d1849d882
commit 6eaf814fcc
3 changed files with 3 additions and 7 deletions

View File

@ -9,8 +9,6 @@
# Author: Mark Slee <mcslee@facebook.com>
#
require 'thrift/thrift'
module Thrift
class ProtocolException < Exception

View File

@ -8,9 +8,9 @@
#
# Author: Mark Slee <mcslee@facebook.com>
#
require('thrift/protocol/tprotocol')
require('thrift/protocol/tbinaryprotocol')
require('thrift/transport/ttransport')
require 'thrift/protocol/tprotocol'
require 'thrift/protocol/tbinaryprotocol'
require 'thrift/transport/ttransport'
class TServer

View File

@ -9,8 +9,6 @@
# Author: Mark Slee <mcslee@facebook.com>
#
require 'thrift/thrift'
class TTransportException < Thrift::Exception
UNKNOWN = 0