diff options
Diffstat (limited to 'src/protobuf/wkt')
| -rw-r--r-- | src/protobuf/wkt/any_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/api_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/duration_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/empty_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/field_mask_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/source_context_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/struct_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/timestamp_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/type_pb.nim | 3 | ||||
| -rw-r--r-- | src/protobuf/wkt/wrappers_pb.nim | 3 |
10 files changed, 10 insertions, 20 deletions
diff --git a/src/protobuf/wkt/any_pb.nim b/src/protobuf/wkt/any_pb.nim index f7ef421..9704ae9 100644 --- a/src/protobuf/wkt/any_pb.nim +++ b/src/protobuf/wkt/any_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_Any* = ref google_protobuf_AnyObj diff --git a/src/protobuf/wkt/api_pb.nim b/src/protobuf/wkt/api_pb.nim index 52a3e63..c6ca312 100644 --- a/src/protobuf/wkt/api_pb.nim +++ b/src/protobuf/wkt/api_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf import protobuf/wkt/source_context_pb import protobuf/wkt/type_pb diff --git a/src/protobuf/wkt/duration_pb.nim b/src/protobuf/wkt/duration_pb.nim index c8f7926..1c72ec4 100644 --- a/src/protobuf/wkt/duration_pb.nim +++ b/src/protobuf/wkt/duration_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_Duration* = ref google_protobuf_DurationObj diff --git a/src/protobuf/wkt/empty_pb.nim b/src/protobuf/wkt/empty_pb.nim index 862cb05..83885f4 100644 --- a/src/protobuf/wkt/empty_pb.nim +++ b/src/protobuf/wkt/empty_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_Empty* = ref google_protobuf_EmptyObj diff --git a/src/protobuf/wkt/field_mask_pb.nim b/src/protobuf/wkt/field_mask_pb.nim index 4ca76f3..cb38f30 100644 --- a/src/protobuf/wkt/field_mask_pb.nim +++ b/src/protobuf/wkt/field_mask_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_FieldMask* = ref google_protobuf_FieldMaskObj diff --git a/src/protobuf/wkt/source_context_pb.nim b/src/protobuf/wkt/source_context_pb.nim index 382927c..1fa135b 100644 --- a/src/protobuf/wkt/source_context_pb.nim +++ b/src/protobuf/wkt/source_context_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_SourceContext* = ref google_protobuf_SourceContextObj diff --git a/src/protobuf/wkt/struct_pb.nim b/src/protobuf/wkt/struct_pb.nim index 9b272d2..bf3f07d 100644 --- a/src/protobuf/wkt/struct_pb.nim +++ b/src/protobuf/wkt/struct_pb.nim @@ -4,8 +4,7 @@ import intsets import tables export tables -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_NullValue* {.pure.} = enum diff --git a/src/protobuf/wkt/timestamp_pb.nim b/src/protobuf/wkt/timestamp_pb.nim index 77fa52b..958a894 100644 --- a/src/protobuf/wkt/timestamp_pb.nim +++ b/src/protobuf/wkt/timestamp_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_Timestamp* = ref google_protobuf_TimestampObj diff --git a/src/protobuf/wkt/type_pb.nim b/src/protobuf/wkt/type_pb.nim index b1b685c..ca25cd0 100644 --- a/src/protobuf/wkt/type_pb.nim +++ b/src/protobuf/wkt/type_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf import protobuf/wkt/any_pb import protobuf/wkt/source_context_pb diff --git a/src/protobuf/wkt/wrappers_pb.nim b/src/protobuf/wkt/wrappers_pb.nim index 8cf1c69..873fcb7 100644 --- a/src/protobuf/wkt/wrappers_pb.nim +++ b/src/protobuf/wkt/wrappers_pb.nim @@ -2,8 +2,7 @@ import intsets -import protobuf/stream -import protobuf/types +import protobuf/protobuf type google_protobuf_DoubleValue* = ref google_protobuf_DoubleValueObj |
