remove useless package-prefix

This commit is contained in:
Sven Czarnian
2021-08-14 15:34:17 +02:00
parent c355ac688e
commit f36fc6d037
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
syntax = "proto3";
package vatger.aman;
package aman;
import "Aircraft.proto";
import "BaseTypes.proto";