Remove kernel-internals from USING: lists where it is not needed
parent
187c5a5642
commit
bd858e6556
|
@ -1,5 +1,5 @@
|
||||||
USING: kernel io strings sequences namespaces math parser
|
USING: kernel io strings sequences namespaces math parser
|
||||||
vectors hashtables kernel-internals math-contrib crypto ;
|
vectors hashtables math-contrib crypto ;
|
||||||
IN: crypto-internals
|
IN: crypto-internals
|
||||||
|
|
||||||
! Implemented according to RFC 3174.
|
! Implemented according to RFC 3174.
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
! OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
! OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
USING: kernel math sequences errors vectors prettyprint io namespaces arrays
|
USING: kernel math sequences errors vectors prettyprint io namespaces arrays
|
||||||
words parser hashtables lazy-lists parser-combinators kernel-internals strings ;
|
words parser hashtables lazy-lists parser-combinators strings ;
|
||||||
IN: cpu-8080
|
IN: cpu-8080
|
||||||
|
|
||||||
TUPLE: cpu b c d e f h l a pc sp halted? last-interrupt cycles ram ;
|
TUPLE: cpu b c d e f h l a pc sp halted? last-interrupt cycles ram ;
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
! WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
! WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
! OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
! OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
USING: alien cpu-8080 errors generic io kernel kernel-internals
|
USING: alien cpu-8080 errors generic io kernel
|
||||||
math namespaces sequences styles threads gadgets gadgets opengl arrays
|
math namespaces sequences styles threads gadgets gadgets opengl arrays
|
||||||
concurrency ;
|
concurrency ;
|
||||||
IN: space-invaders
|
IN: space-invaders
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
!
|
!
|
||||||
IN: tuple-db
|
IN: tuple-db
|
||||||
USING: io kernel kernel-internals sequences namespaces
|
USING: io kernel sequences namespaces
|
||||||
hashtables sqlite errors math words generic test ;
|
hashtables sqlite errors math words generic test ;
|
||||||
|
|
||||||
TUPLE: testdata one two ;
|
TUPLE: testdata one two ;
|
||||||
|
|
Loading…
Reference in New Issue