summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/LibLsp/lsp/extention/jdtls/organizeImports.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/LibLsp/lsp/extention/jdtls/organizeImports.h')
-rw-r--r--Build/source/utils/asymptote/LspCpp/LibLsp/lsp/extention/jdtls/organizeImports.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/LibLsp/lsp/extention/jdtls/organizeImports.h b/Build/source/utils/asymptote/LspCpp/LibLsp/lsp/extention/jdtls/organizeImports.h
deleted file mode 100644
index 817d52d32b8..00000000000
--- a/Build/source/utils/asymptote/LspCpp/LibLsp/lsp/extention/jdtls/organizeImports.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-#include "LibLsp/JsonRpc/RequestInMessage.h"
-#include "LibLsp/JsonRpc/lsResponseMessage.h"
-#include <LibLsp/lsp/lsCodeAction.h>
-
-#include "LibLsp/lsp/CodeActionParams.h"
-
-
-
-DEFINE_REQUEST_RESPONSE_TYPE(java_organizeImports, lsCodeActionParams, lsWorkspaceEdit, "java/organizeImports");
-
-