Skip to content

Commit

Permalink
Clean up dependencies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 331209129
  • Loading branch information
aaronnash authored and nickgeorge committed Sep 29, 2020
1 parent 74406db commit 4d0d2f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion cc/google/fhir/fhir_path/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ cc_test(
"fhir_path_validation_rule_test.cc",
],
deps = [
":fhir_path_validation",
":fhir_path_validation_rule",
"@com_google_googletest//:gtest_main",
],
Expand Down
2 changes: 1 addition & 1 deletion cc/google/fhir/r4/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ cc_library(
strip_include_prefix = "//cc/",
deps = [
"//cc/google/fhir:extensions",
"//cc/google/fhir/status",
"//cc/google/fhir/status:statusor",
"//proto/r4/core:datatypes_cc_proto",
"@com_google_absl//absl/status",
"@com_google_protobuf//:protobuf",
],
)
Expand Down
2 changes: 1 addition & 1 deletion cc/google/fhir/r4/extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "google/protobuf/message.h"
#include "google/fhir/extensions.h"
#include "google/fhir/status/statusor.h"
#include "absl/status/status.h"
#include "proto/r4/core/datatypes.pb.h"

namespace google {
Expand Down
3 changes: 0 additions & 3 deletions cc/google/fhir/testutil/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,8 @@ cc_test(
":fhir_test_env",
":generator",
":proto_matchers",
"//cc/google/fhir:annotations",
"//cc/google/fhir:primitive_handler",
"//cc/google/fhir:proto_util",
"//cc/google/fhir:test_helper",
"//cc/google/fhir:util",
"//cc/google/fhir/r4:primitive_handler",
"//proto/r4/core:datatypes_cc_proto",
"//proto/r4/core/resources:observation_cc_proto",
Expand Down

0 comments on commit 4d0d2f6

Please sign in to comment.