Skip to content

Commit

Permalink
Update to be compliant with core 0.10.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@citrix.com>
  • Loading branch information
Marcello Seri committed Jan 12, 2018
1 parent 8a8c21f commit 5dca24c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion async/xen_api_async_unix.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
*)
open Core.Std
open Core
open Async
open Xen_api

Expand Down
2 changes: 1 addition & 1 deletion async_examples/event_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* GNU Lesser General Public License for more details.
*)

open Core.Std
open Core
open Async

open Xen_api_async_unix
Expand Down
2 changes: 1 addition & 1 deletion async_examples/list_vms.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* GNU Lesser General Public License for more details.
*)

open Core.Std
open Core
open Async

open Xen_api_async_unix
Expand Down

0 comments on commit 5dca24c

Please sign in to comment.