Skip to content

Commit 5777035

Browse files
committed
Don't import inlined 3rd party modules
1 parent c5e6f55 commit 5777035

6 files changed

Lines changed: 0 additions & 10 deletions

File tree

macosvpn/Classes/Arguments.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1515
*/
1616

17-
import Moderator
18-
1917
open class Arguments {
2018
public static var options = Options()
2119
public static var serviceConfigs: [ServiceConfig] = []

macosvpn/Classes/Colorize.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1515
*/
1616

17-
import PrettyColors
18-
1917
public enum Colorize {
2018
// See https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
2119

macosvpn/Classes/Log.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1515
*/
1616

17-
import PrettyColors
18-
1917
public struct Log {
2018
public static func debug(_ message: String) {
2119
guard Arguments.options.debugRequested else { return }

macosvpn/Classes/Options.Parser.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import Darwin
18-
import Moderator
1918

2019
extension Options {
2120
/// Reads global command line arguments and converts them into an Options instance.

macosvpn/Classes/Options.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1515
*/
1616

17-
import Moderator
18-
1917
open class Options {
2018
public enum Command: String {
2119
case create

macosvpn/Classes/ServiceConfig.Parser.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import Darwin
18-
import Moderator
1918

2019
extension ServiceConfig {
2120
enum Parser {

0 commit comments

Comments
 (0)