Removed unnecessary includes.

PiperOrigin-RevId: 506751620
pull/13171/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 10e57c038a
commit 150847d56e
  1. 13
      upbc/protoc-gen-upb.cc

@ -28,18 +28,7 @@
#include <cstdio>
#include <cstdlib>
#include <memory>
// begin:google_only
// #ifndef UPB_BOOTSTRAP_STAGE0
// #include "net/proto2/proto/descriptor.upb.h"
// #else
// #include "google/protobuf/descriptor.upb.h"
// #endif
// end:google_only
// begin:github_only
#include "google/protobuf/descriptor.upb.h"
// end:github_only
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"

Loading…
Cancel
Save