Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / guile / lib / gdb / experimental.scm
index ffded84d01b89fb6cc6839f3ac62a3a3699aa309..50a8e6591b333efd3b75f0762c7e9272eb61173b 100644 (file)
@@ -1,7 +1,7 @@
 ;; Various experimental utilities.
 ;; Anything in this file can change or disappear.
 ;;
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GDB.
 ;;
@@ -22,8 +22,7 @@
 ;; E.g., (gdb experimental ports), etc.
 
 (define-module (gdb experimental)
-  #:use-module (gdb)
-  #:use-module (gdb init))
+  #:use-module (gdb))
 
 ;; These are defined in C.
 (define-public with-gdb-output-to-port (@@ (gdb) %with-gdb-output-to-port))
This page took 0.025024 seconds and 4 git commands to generate.