remove unused include in pb file (#4572)

shows as warning on compile:
session_commands.proto:2:1: warning: Import serverinfo_user.proto is unused.
This commit is contained in:
ebbit1q 2022-02-12 23:40:47 +01:00 committed by GitHub
parent 7d0a255a49
commit 408a13c937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
syntax = "proto2";
import "serverinfo_user.proto";
message SessionCommand {
enum SessionCommandType {