2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Fix "import" statements.

[SVN r22470]
This commit is contained in:
Vladimir Prus
2004-03-10 07:43:53 +00:00
parent 84a6dd5cd3
commit ca7ca7de3d
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ import os ;
import type ;
import feature ;
import "class" : new ;
import order ;
import set ;
feature.extend toolset : gcc ;

View File

@@ -13,6 +13,7 @@ import "class" : new ;
import generators ;
import type ;
import set ;
import order ;
class unix-linking-generator : linking-generator
{