lib/ffi/clang/translation_unit.rb in ffi-clang-0.3.0 vs lib/ffi/clang/translation_unit.rb in ffi-clang-0.5.0
- old
+ new
@@ -18,14 +18,14 @@
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION 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/clang/lib/translation_unit'
-require 'ffi/clang/lib/inclusions'
-require 'ffi/clang/cursor'
-require 'ffi/clang/file'
-require 'ffi/clang/token'
+require_relative 'lib/translation_unit'
+require_relative 'lib/inclusions'
+require_relative 'cursor'
+require_relative 'file'
+require_relative 'token'
module FFI
module Clang
class TranslationUnit < AutoPointer
def initialize(pointer, index)