r9199: fold clsql-base and clsql-base-sys into clsql-base
[clsql.git] / db-aodbc / aodbc-package.lisp
index aa7cca8f98a9cbe671b639ec5ae75e46e85fd58a..18c336af6d4cd053900a7cf6a3c058a6ad6fb028 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: aodbc-package.lisp,v 1.4 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -25,6 +25,6 @@
 
 (defpackage #:clsql-aodbc
     (:nicknames #:aodbc)
-    (:use :cl :clsql-base-sys)
+    (:use #:cl #:clsql-base)
     (:export #:aodbc-database)
     (:documentation "This is the CLSQL interface to Allegro's AODBC"))