remove deprecations

This commit is contained in:
gazer 2017-05-30 12:51:44 +03:00
parent 0e79cf5e49
commit 5af0923585
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ import dlangide.tools.editorTool;
import ddebug.common.debugger; import ddebug.common.debugger;
import std.algorithm; import std.algorithm;
import std.utf : toUTF8, toUTF32; import std.utf : toUTF32;
interface BreakpointListChangeListener { interface BreakpointListChangeListener {
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints); void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);

View File

@ -20,7 +20,7 @@ import dlangide.ui.frame;
import std.algorithm : startsWith, endsWith, equal; import std.algorithm : startsWith, endsWith, equal;
import std.array : empty; import std.array : empty;
import std.utf : toUTF32, toUTF8; import std.utf : toUTF32;
import std.file; import std.file;
import std.path; import std.path;

View File

@ -21,7 +21,7 @@ import dlangide.ui.frame;
import std.path; import std.path;
import std.file; import std.file;
import std.array : empty; import std.array : empty;
import std.utf : toUTF32, toUTF8; import std.utf : toUTF32;
class ProjectCreationResult { class ProjectCreationResult {
Workspace workspace; Workspace workspace;