Skip to content

Commit

Permalink
Clean up dependencies in fhir_path/BUILD
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 320503991
  • Loading branch information
aaronnash authored and nickgeorge committed Jul 17, 2020
1 parent 962e236 commit 23a0877
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions cc/google/fhir/fhir_path/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,16 @@ cc_library(
strip_include_prefix = "//cc/",
deps = [
":fhir_path",
":utils",
"//cc/google/fhir:annotations",
"//cc/google/fhir:primitive_handler",
"//cc/google/fhir:proto_util",
"//cc/google/fhir:util",
"//cc/google/fhir/status",
"//cc/google/fhir/status:statusor",
"//proto:annotations_cc_proto",
"//proto/r4/core:datatypes_cc_proto",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@com_google_absl//absl/types:optional",
"@com_google_protobuf//:protobuf",
],
Expand Down
8 changes: 0 additions & 8 deletions cc/google/fhir/fhir_path/fhir_path_validation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,14 @@
#include "google/protobuf/util/message_differencer.h"
#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/escaping.h"
#include "absl/strings/match.h"
#include "absl/strings/numbers.h"
#include "absl/strings/str_cat.h"
#include "absl/time/civil_time.h"
#include "absl/time/time.h"
#include "absl/types/optional.h"
#include "google/fhir/annotations.h"
#include "google/fhir/fhir_path/fhir_path.h"
#include "google/fhir/fhir_path/utils.h"
#include "google/fhir/proto_util.h"
#include "google/fhir/status/status.h"
#include "google/fhir/status/statusor.h"
#include "google/fhir/util.h"
#include "proto/annotations.pb.h"
#include "proto/r4/core/datatypes.pb.h"

namespace google {
namespace fhir {
Expand Down

0 comments on commit 23a0877

Please sign in to comment.